Memory Pool Memory Pool Refreshing

6,706 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (449,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,487 458,487 00000000000000000074abd3181b2bb94d49a2fd7c350b335d9266b26ca7ead2 1.00 MB 2,089 197
458,486 458,486 0000000000000000005e965923a0d7166ee59d6f96257b4341c121624e6a06fa 1.00 MB 2,288 153
458,485 458,485 0000000000000000024db783548a2132f28baf943eff2595e063a42ea756f64c 0.75 MB 1,927 226
458,484 458,484 00000000000000000173a0e5adf8ae189c19259ddfa3a302bfc3982fb811f590 1.00 MB 1,571 144
458,483 458,483 0000000000000000010417bf9aa9fd8191d30824fb3f182c6bf3c00ce64fb038 1.00 MB 1,019 53
458,482 458,482 0000000000000000001389dbc38d92fe246f0512f3b18bff8c850782fdc771e3 1.00 MB 1,634 117
458,481 458,481 0000000000000000014721b82f17168c1afe8e0a472fe16454f10d3782ccbc54 1.00 MB 2,323 153
458,480 458,480 00000000000000000209e67240febef881085fa490a6ddc40a86bee694670273 1.00 MB 2,066 134
458,479 458,479 0000000000000000004bd56ffd03fd3c99ba974bbb1a6fda80d17c0302747561 1.00 MB 1,884 140
458,478 458,478 000000000000000001ca5dcd9a43f1b4a85bbec26744266597a08274c75a6f91 1.00 MB 2,164 175
458,477 458,477 000000000000000000be0502b09b29feaa2277e4874398a751bd65e094d72801 1.00 MB 2,307 145
458,476 458,476 000000000000000000515d567a9c6e1c23df1992c1c617f57916c8228969e76a 1.00 MB 2,434 197
458,475 458,475 000000000000000000436fcdfb1c5a5ffd91969a068e79cd46b8dbe87bc7d8ab 1.00 MB 2,584 139
458,474 458,474 00000000000000000095a3632ca4b8a516987a63fae42ecbb60079654f6e0bf9 1.00 MB 2,159 203
458,473 458,473 0000000000000000006c924791f1abc12e80d3fb90750d660e1cdc65ac8a9b70 1.00 MB 2,343 215
458,472 458,472 000000000000000000fc4ff89933d482c65454eee88cda5068fadbb7d82a768c 1.00 MB 2,133 171
458,471 458,471 000000000000000000d286f01c68e272ebbc7e34ac6505b0fc0cc629352650aa 1.00 MB 1,992 205
458,470 458,470 000000000000000001d395ea62510a71fcb3930838b9d8ec295404bf71b32cc5 1.00 MB 2,588 214
458,469 458,469 000000000000000002200e4fd5b04fdedfbeb18b1fd348036983f7b45cc707a5 1.00 MB 2,428 167
458,468 458,468 00000000000000000007ac81e5add12cec96613fb7c03e7fd132f2e8b2bb4020 1.00 MB 2,466 161
458,467 458,467 00000000000000000142fd5bbf47cba75af13efb82efe483e46f5589cf628497 1.00 MB 2,091 188
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.