Memory Pool Memory Pool Refreshing

10,447 transactions
3.54 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,243 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (457,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,685 449,685 000000000000000002800dcea2eff5d25df669000c70eb6963e210d5e1acea1e 1.00 MB 1,829 57
449,684 449,684 0000000000000000019046a3ae136b84046f47f6564c3adedeb52216d1446f06 1.00 MB 1,835 64
449,683 449,683 00000000000000000287975e13aa69e5e8e10e90ed9ea5339d6b1b331aee9093 1.00 MB 2,049 76
449,682 449,682 00000000000000000074891ee5cdbf40319e81bf2cd27ede7c5f66b530a45a12 1.00 MB 2,882 73
449,681 449,681 000000000000000002bb9f4ca10e98ff744e3ef58f151774157745db20e1fefd 1.00 MB 2,371 78
449,680 449,680 00000000000000000059c9929207c9d04cb13074eb1b7619fb8c22adaf7b6414 1.00 MB 1,422 106
449,679 449,679 000000000000000000103c1053d89445a729cd3a0f8d4b679bda5fdf0221798e 1.00 MB 2,464 99
449,678 449,678 000000000000000002579f4871763b8602621dce82ecc6c9e5e2be139ef26258 1.00 MB 2,292 88
449,677 449,677 00000000000000000097d469ca0b5b0ba6822ca933c182aa78e4d4670cf0974d 1.00 MB 2,020 112
449,676 449,676 000000000000000001b9b5e714b49ad9c4970a86f0c21d2951109b4fd31902bc 1.00 MB 2,932 84
449,675 449,675 000000000000000000fffc7a40bd497dc7701d2b72dfe2e766817326299eefcc 1.00 MB 2,526 89
449,674 449,674 000000000000000000f9d904fa71e14dbf2554abaabfd224039fffe27f1cf41e 1.00 MB 2,545 102
449,673 449,673 00000000000000000286600dfa0d679ec028e0e26e27197f1dc972a1f56118de 1.00 MB 2,559 73
449,672 449,672 00000000000000000241d8be206a6ca9d624a451a9869eb638911c91d1dcf55b 1.00 MB 2,657 74
449,671 449,671 0000000000000000018c98f3b7bc114e336797291c93def85c9d5f304402e8c4 1.00 MB 2,585 85
449,670 449,670 000000000000000000951f3ced2e2800294ee9b08fe1d8e92a1ef99418842750 0.30 MB 848 129
449,669 449,669 0000000000000000020a87560c631f0d0e7927d27f34689f3a5df73af0df0d3c 1.00 MB 2,097 83
449,668 449,668 000000000000000001a4e52b58546e04ea218cb071e725f708f46c2e801caea4 1.00 MB 2,527 101
449,667 449,667 00000000000000000128cf0e173a8767e85e4ff3f9e7705e609f32825800c8cc 0.75 MB 1,970 88
449,666 449,666 0000000000000000016b89682e3f8ac4beb22eb2d02cba6ecbdf30b30b626033 1.00 MB 2,961 73
449,665 449,665 000000000000000001d897eb8df617e0eac4a45f6f6cd7dae5d3210686e86738 1.00 MB 2,039 93
Previous 10 blocks ↓
Total Size: 768.95 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,614.37 GB sent, 92.57 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.