Memory Pool Memory Pool Refreshing

10,076 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (102,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,677 805,677 0000000000000000000034dd2daec375371800da441b17651459b2220cbc1a6e 1.66 MB 2,004 8
805,676 805,676 000000000000000000019f479b4e3c778273160ec6e4ade0509f13fc714214bb 1.74 MB 4,136 13
805,675 805,675 000000000000000000035be1f1ae12f9d3b6df221ebd4bb80cc6b1530c7b5c34 1.70 MB 3,830 12
805,674 805,674 00000000000000000002ec7d136a7f78826a51c87e3b8c3c64d07560db579966 1.70 MB 3,160 10
805,673 805,673 0000000000000000000031c9f658c54ef7b604f4128b92707371eb1349f9b63f 1.95 MB 3,405 12
805,672 805,672 000000000000000000026e35ee81df9049ffd03667b6be5b3328b3b7753968d6 1.74 MB 2,131 11
805,671 805,671 00000000000000000000b6b293b8b0488feeb8c659803785d06ed378a22ace0e 2.05 MB 5,188 10
805,670 805,670 000000000000000000040247dfacac4b1b8367ec8727abbe2392608874b096d2 1.53 MB 2,572 15
805,669 805,669 000000000000000000038e21994a0c16a139c860f6aa964be1d51fd83284aee9 1.84 MB 3,068 14
805,668 805,668 00000000000000000000aa6082f85cb35de4501a5778d2014bcf6047a107bb0f 1.87 MB 5,258 13
805,667 805,667 000000000000000000037e48c02d9ffbf501cf37c5d515f6020b2edc0a151b0d 1.94 MB 5,515 10
805,666 805,666 000000000000000000043be7f55dd24c43615e573ccbb8cdb6f31a3d79e8a110 1.51 MB 2,077 15
805,665 805,665 00000000000000000004226d18f5ab0f972f79e0b082f22372b3659f309aff56 2.01 MB 2,182 17
805,664 805,664 0000000000000000000185320da5ac2afd23a29e955992fc4cd05a86386b0d44 1.66 MB 3,362 11
805,663 805,663 00000000000000000003b5323824a537d5210445466bec705ebb2cdb4f314032 1.63 MB 3,446 15
805,662 805,662 00000000000000000002d7cc89d071a9c635f406ca474617e70b41651f7c1bc3 1.70 MB 4,498 13
805,661 805,661 0000000000000000000008d921aae2da1b31c2658c98c360921723f05925de4f 1.69 MB 2,417 11
805,660 805,660 00000000000000000004ccfd811986fe52d974d5b9cd633059727da2d43e4181 1.83 MB 4,362 15
805,659 805,659 0000000000000000000100908b5f4a7dc95f6dc29b2e211e5967b5119dbb1a2b 1.86 MB 2,389 15
805,658 805,658 00000000000000000003f8fec237d1fda293fb96e5b6788f22619b9d7f0a13b1 1.46 MB 2,319 21
805,657 805,657 00000000000000000001e4f9ddc97c446667d571dafd0ca4c6526e6718293be0 1.73 MB 2,737 12
Previous 10 blocks ↓
Total Size: 769.31 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,642.82 GB sent, 94.52 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.