Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,030 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (774,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,675 133,675 0000000000000836d92310b03337224e2236a566d41d3584e3b53ad216608f63 0.04 MB 91 152
133,674 133,674 00000000000003b5a5e753f8a70a0d53f33a7b5b7a6a6f55b24016b7e55bd46a 0.05 MB 96 574
133,673 133,673 00000000000002fe3666845b155131f7f9b12ede625f05a5ec93b35882d710c6 0.05 MB 157 283
133,672 133,672 00000000000005463999b3146a6335d8b663fb50223ccd787c0415072394773c 0.01 MB 24 696
133,671 133,671 00000000000006bba70dde8237fc17ee2b7a86e2445fc6455f31841b22ee3d30 0.00 MB 12 1,117
133,670 133,670 0000000000000a1dc1844ff199af3b91b7cf3bc17ffcde8804f0c6f1182f90ec 0.07 MB 187 212
133,669 133,669 0000000000000a249de35949eff2295772fe397b95e4c428228abd4c484eacbb 0.03 MB 77 915
133,668 133,668 0000000000000a39a0e7d3685163c22e844c1f673c87e1bf80cba2e79fd40529 0.00 MB 1 0
133,667 133,667 00000000000003901625034d725ce2991edd696945c40274dc253e76dcf53650 0.01 MB 27 498
133,666 133,666 00000000000009c903ece28040f415e40f138d377ac85e0238961f1bac4c4997 0.01 MB 29 1,457
133,665 133,665 0000000000000389587bdb51a0c7ae442939764f2b23a8b25c1948af45b0ef67 0.01 MB 22 724
133,664 133,664 00000000000003cbbdc58b359af52a30e3a75b3f1ca791ae649fe8aac2a29fe4 0.02 MB 32 465
133,663 133,663 0000000000000a055603b6d731a3e96b1f354e1dee67186811ff178017c007a1 0.04 MB 117 105
133,662 133,662 0000000000000542c1e5b93cdd7827b3a5e6b482e3a993af7be397936e9050f9 0.01 MB 17 535
133,661 133,661 00000000000005a1afc5b97c1706fb6a3f3d8393be8993363a4c508adaf3ff2e 0.00 MB 12 17
133,660 133,660 00000000000008023f51d742ee937f229cca0faf02f26b755e46981839e8d1b7 0.01 MB 15 1,006
133,659 133,659 00000000000001c3ab28cb3e8d002e53b640cc5e76a9df971fe31ef8ada81e6d 0.00 MB 13 33
133,658 133,658 000000000000012bef98433dbc0ea3f9f25e3d797a8cf14c09913b624b35ea09 0.00 MB 18 0
133,657 133,657 0000000000000b0be395c6a195cfadfcda59b852408227f5e49d4c5a7bb2cf84 0.00 MB 16 0
133,656 133,656 0000000000000aca25abe16057fa092df5cc97445c777ce23be92a0b8d26ecc0 0.06 MB 125 594
133,655 133,655 0000000000000024f294ea80e91b1258257d8ca7682e42e77def54d3e8854de6 0.01 MB 9 299
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.