Memory Pool Memory Pool Refreshing

5,998 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,876 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (787,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,141 120,141 0000000000000ae7637c45b9a69add360f42e359bfce6ca563ffb60b89cfc62b 0.00 MB 8 0
120,140 120,140 000000000000639c9cd70145bd0329e589c0e18030431d891b527a3d719b4d8e 0.00 MB 10 0
120,139 120,139 00000000000025fd8c140d0c1711f65805050069d977d8fb34bb4b078aceb0a1 0.00 MB 2 1,305
120,138 120,138 00000000000022f11403a93f673849f1a09cee65a07f786c637ca809621ff7ba 0.00 MB 8 0
120,137 120,137 0000000000004a74c10741dfd3088fb840b49f09ac5bae3ae44f674bf8c8f7ae 0.00 MB 15 952
120,136 120,136 0000000000008fb6dcb085bbe37aaa6af1984b9c8658cfa614329b42cb53d013 0.01 MB 21 872
120,135 120,135 00000000000069603fe38499a28f5d8481189ee2bac40f1e0a184e5b234d05a3 0.00 MB 12 562
120,134 120,134 00000000000089989a3bc39ef8141c5b63c03481de1acd59d77a4313812c9359 0.00 MB 10 248
120,133 120,133 000000000000207632d85858313d6e07243300601dc0b90a5382a8b93b0efbd5 0.02 MB 52 1,937
120,132 120,132 000000000000929cf73593556707ace12b33ce8fcbff0536badec6c8aa6a7131 0.00 MB 1 0
120,131 120,131 00000000000035618df5dde5401d77bb7d801c215849e4327b7d7c8292c4fcff 0.01 MB 13 417
120,130 120,130 000000000000a47f5a5ff9cadc798149a2fd3e3f15b0f1d1e74daaaafd99f38e 0.00 MB 11 0
120,129 120,129 00000000000065da47cb89c2a63565df1b1cf981b824f2d41806865bfa7ed234 0.00 MB 3 3,184
120,128 120,128 000000000000a2d4de5f13afdd23db9ed89c64699ee3d92597eb1a0225fdfb68 0.00 MB 10 952
120,127 120,127 0000000000008217517d314de6202d83d4824be2a1841b64f0cd23e94c75d26e 0.00 MB 19 200
120,126 120,126 00000000000027ec3678c8c86bd1fd1966dd01192fe84917bd69a821bccca1a5 0.01 MB 18 111
120,125 120,125 0000000000000fab0521c32974827e5cda9160fac60122ddef25c0a23fafd4c2 0.00 MB 2 0
120,124 120,124 0000000000006fcfa7a14b84009d295bb8c43cf9e1523d748ede4a6d1da0918d 0.00 MB 5 0
120,123 120,123 00000000000047a2443f5ed8e5ee760885c6a8d53bd5f735204ade0fd9d31c9e 0.05 MB 5 994
120,122 120,122 000000000000287520e1a325ab4ced9dab1f12dc22e3cf20ed3ca46f91fa4432 0.08 MB 31 875
120,121 120,121 00000000000070cb22663b546ec23ab2025fc3d174429f329ff1cb91e15a32ef 0.10 MB 20 2,121
Previous 10 blocks ↓
Total Size: 768.96 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,615.04 GB sent, 92.61 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.