Memory Pool Memory Pool Refreshing

3,702 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,229 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (44,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,664 863,664 00000000000000000001d747241593edd7c5bc0644c08f9238907ebfaafe1fc4 1.65 MB 2,901 2
863,663 863,663 00000000000000000000b62159c64d7d2387094e3eabe574702d8208c82a8cab 1.62 MB 3,290 8
863,662 863,662 00000000000000000002de4f38357621eaecfa9e637163e90bc4bc62c1b4c176 1.61 MB 2,989 7
863,661 863,661 0000000000000000000300b4984c0baba197ebb22cc67b08c55cfff255d82d27 1.61 MB 2,822 11
863,660 863,660 0000000000000000000030fb157bd7c2f75fec8356dd2e03e7224e9f73c536d5 1.80 MB 3,091 4
863,659 863,659 0000000000000000000197098712c9b9362e52319bc9ba5d4518c9b125f60bd2 1.71 MB 3,146 5
863,658 863,658 00000000000000000000ab3d5b132be9aab73466fd14e0a3debdc244d31eb219 1.65 MB 2,670 6
863,657 863,657 000000000000000000005bd158add55b9f0274ed23a71c5a95b366612b225f05 1.63 MB 2,362 8
863,656 863,656 0000000000000000000304217066e083c795dd3222ec3d657d693e3fbf5f0ee5 1.71 MB 3,392 9
863,655 863,655 00000000000000000000184759f5264fe8095e8bbafa5faf397609eecf6f2cfe 1.57 MB 3,490 15
863,654 863,654 000000000000000000010ca4a1d1131129322507dcfb42a17c88ae6fbb0de599 1.67 MB 3,302 16
863,653 863,653 0000000000000000000298c0c157819351b309526e76f4cf14a70053ec6ac91e 1.47 MB 4,708 20
863,652 863,652 00000000000000000000424572089fae19fcf8d404c3f65d8b6b6479b423fef6 1.51 MB 5,362 9
863,651 863,651 00000000000000000003153313cc7ee57bb4f9681fe908c1904ac19639206b8c 1.54 MB 3,964 5
863,650 863,650 00000000000000000002782300c322f248e53ab1120e8f4fb72eb86fc54330f4 1.51 MB 6,503 6
863,649 863,649 00000000000000000001ba7e2c936979559e21eb8aff304461d2ef5fcf538e40 1.56 MB 5,156 9
863,648 863,648 000000000000000000027102e907a35a9fb4bed47598169f0c642dabacc7f453 1.59 MB 5,996 7
863,647 863,647 00000000000000000000635025414404d543285c1f47251f15a1b746a2ed67c1 1.47 MB 5,957 11
863,646 863,646 000000000000000000023e75a6dcd1808311f082f7114c0b75c8d269bdd847d0 1.54 MB 4,680 10
863,645 863,645 000000000000000000020991c6ca0a7c8cb0957468e2f4df63d38e0c3f0751ad 1.42 MB 4,847 4
863,644 863,644 000000000000000000032ccde2a2cfe2f1543821bee04bd15aace333874a46e8 1.48 MB 4,251 7
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.20 GB sent, 93.28 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.