Memory Pool Memory Pool Refreshing

3,558 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,558 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (108,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,507 799,507 00000000000000000004eac5604443a387a7688d07004d95fa163abca71ddfcc 1.77 MB 4,128 12
799,506 799,506 000000000000000000025b25398fda6bceaefd98b9dbb957207f272bfe76244e 1.60 MB 2,300 7
799,505 799,505 00000000000000000002746b72af6970380d8741e7d09089b0a50a9d9383caf3 1.55 MB 3,302 13
799,504 799,504 000000000000000000046bed86aa9b17cecd9d0dd1bbd2665745572d803dcf45 1.60 MB 3,279 22
799,503 799,503 00000000000000000001c54ec1896bc368509543f15543080169eb0e8bcd00bc 1.60 MB 2,239 12
799,502 799,502 000000000000000000003e6013f2ca0725a3f1d926802f585ae0b427459475b4 1.64 MB 4,474 13
799,501 799,501 000000000000000000041d661487739957451b07bb0035ac30044798c4c5d4c4 1.91 MB 4,788 7
799,500 799,500 00000000000000000001570a5d46458dbee4d5824d65d2e374a01debf6fead8f 1.61 MB 3,577 12
799,499 799,499 00000000000000000000cac1b635ee5186de6f8277ce7e958f733046177d199b 1.62 MB 3,724 11
799,498 799,498 00000000000000000001cff6cdf204420fbe503864661b40ee68fef230a48664 1.97 MB 5,974 6
799,497 799,497 0000000000000000000519e9d99e3bbf056785ec67dc81f71c9207b2c7c2de6e 2.00 MB 4,877 8
799,496 799,496 0000000000000000000524a17811a09df1c6345ae88f8ca357cf84eb62aef742 1.83 MB 4,900 7
799,495 799,495 00000000000000000000a85f0f36e2c41035b9b9a0f7e9ec226819b6457ff61a 1.65 MB 3,234 8
799,494 799,494 00000000000000000003b6b97a4438bebdfad9dbaa743c1620273cc4e8579792 1.77 MB 3,674 13
799,493 799,493 0000000000000000000333b47d727b926d649c9640507fd70baf49e95e31bb08 1.55 MB 2,486 16
799,492 799,492 00000000000000000003863b43c0373879766ed42fa7e54c6cb2e340e63928af 1.47 MB 3,320 18
799,491 799,491 000000000000000000029ca3236bb82b3cc8e7191b1737737defd0887602b59f 2.18 MB 7,010 6
799,490 799,490 0000000000000000000528d1662a4437fab2fe1331676092ca85b32e6254ffb7 1.42 MB 2,250 12
799,489 799,489 00000000000000000000d819252f3ed0e0e884df28d866075c266e73ce726385 1.47 MB 2,934 6
799,488 799,488 00000000000000000000abed6825e154e60240334ed4a2a51ac62372c2a171df 1.64 MB 3,745 12
799,487 799,487 00000000000000000004f0d5d7b4c77890dd90d102e1e89968133b592b0b3438 1.65 MB 3,359 13
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.