Memory Pool Memory Pool Refreshing

8,696 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 ago 1.00 vMB 4,215 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (726,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,514 181,514 0000000000000973fc2af34b460cc9a9170f58d83e9f252a78a7511512d42922 0.05 MB 105 132
181,513 181,513 00000000000004c98d692b665ca420edbbc1c508d3eb15e0be856ee183fa94d5 0.20 MB 441 121
181,512 181,512 0000000000000642d92e6f868dace2ac49f8df925bb4cf7197a784d621b06c64 0.08 MB 113 77
181,511 181,511 000000000000008d4d8f2097567265308fec456382594467889bc7b7be33db55 0.25 MB 566 125
181,510 181,510 00000000000008662bf72a97a6eb5d8d95b0c036c8a3c8b95a6440d6c1c2b347 0.25 MB 645 136
181,509 181,509 00000000000001c1350d362373401f056dbccc9704828d7f5d61b9c3e4b4effb 0.30 MB 798 190
181,508 181,508 00000000000002c112d63a87191ac91744e012e9ad992fe78294b9e27773c9d1 0.05 MB 154 147
181,507 181,507 00000000000007f2de664b1bf18d84db2500c25d00b7a8be82d60dc4bcab459a 0.05 MB 138 79
181,506 181,506 00000000000007ccc7397eef0d87b17579c0b25249c1e3f0407a259e83a095b1 0.04 MB 71 168
181,505 181,505 000000000000046ca000ecc6a6531ace86d961db583e4eb2a43b941f63588f15 0.06 MB 128 113
181,504 181,504 00000000000006052f22058b4a22e99caa0884b3161eb804c3083c1e0841f9ca 0.19 MB 442 137
181,503 181,503 0000000000000718a8b7711264bfb59a9531710cd2427b0800090110a08d695e 0.26 MB 655 151
181,502 181,502 00000000000004e4e1eccf228379a70bfa09ca04f8a168b42ec4d7e4c9fe3ccb 0.13 MB 299 150
181,501 181,501 00000000000002544a752783d39952eb6a64cbfdf9eb97976995a9aa90117b62 0.26 MB 561 155
181,500 181,500 000000000000078b9d714fc16e55188a9f72e787dff0352800f9a643db48dd3d 0.05 MB 130 128
181,499 181,499 00000000000007cbcf094b0c4d354373c665cf606ab15616cdbcb942a9c07ae7 0.23 MB 438 142
181,498 181,498 0000000000000470d5ec59d2e0b5ed2792820778373927d141b87f744de5285b 0.05 MB 142 179
181,497 181,497 00000000000008dc8d10ebb4aa9061d24ac769145b69555a3a6c07f43c543e6e 0.04 MB 106 113
181,496 181,496 00000000000006e09134b3b78a3ad469a32191d9848ee556757f73859be818d8 0.11 MB 256 116
181,495 181,495 00000000000003120ca69bf00c67f6d97693bab01947923f8d64289029af5d11 0.19 MB 298 95
181,494 181,494 000000000000087da571b8cdbdf842c13fdb42b8aa5b86d35b75b9bbcf11a27f 0.05 MB 106 157
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.27 GB sent, 92.62 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.