Memory Pool Memory Pool Refreshing

5,023 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (451,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,455 456,455 000000000000000000b4ee6bb8f80dacb9515e10cd5e9ae804a49211bd621f25 1.00 MB 2,151 169
456,454 456,454 0000000000000000014af7c2d26690cf5a3535a5e6b9cfa30a1e099d2d19c6f8 1.00 MB 1,738 125
456,453 456,453 0000000000000000018ff3d1bdad7f828d9c5a3754504850105ee888fad48f11 1.00 MB 2,414 157
456,452 456,452 00000000000000000220eb494f2c3399fc729e730e9c55577f3c0bbc29388b36 1.00 MB 1,313 89
456,451 456,451 000000000000000001d776c6d871941ff11764ec93d3d687597bd6a6d2234531 1.00 MB 2,064 202
456,450 456,450 000000000000000000752af284a510a13519bd901d0c2962a633d931998174bb 1.00 MB 1,784 56
456,449 456,449 000000000000000000e1e75bd2b9f929b26c864ddb62e1d5b244f8b06df28c0d 1.00 MB 1,681 182
456,448 456,448 000000000000000000bf7d2b0c8de607eb4c3a58314fb5f585f0d2245ea36fdd 1.00 MB 1,809 220
456,447 456,447 0000000000000000003eee1dfd1a49a8c97a9776071dcb5d084652b88dad1656 1.00 MB 1,416 74
456,446 456,446 0000000000000000025821c0d535341fbbf8737f28bfd89c262aae79927afc30 1.00 MB 1,715 90
456,445 456,445 000000000000000001e62fcce9cd5bf702666eccef5a903740fe5bad3fd8e97d 1.00 MB 2,039 66
456,444 456,444 00000000000000000007503236d90fcff0a3bc9b947cecbdc33d4ae55fb54792 1.00 MB 2,243 142
456,443 456,443 0000000000000000007fe22d01f63d25b7a18e7dd6f9e9f82148f380c1239958 1.00 MB 1,410 58
456,442 456,442 0000000000000000011e73f482c794fba142e2253e579acc15bcc46e180fb42e 1.00 MB 1,729 92
456,441 456,441 00000000000000000147d07b373701725ab5930dc036ee3990d6b77e49ad8327 1.00 MB 1,826 133
456,440 456,440 000000000000000001489409fd4e74142bb169231674181fffe5d4314590c597 1.00 MB 1,807 106
456,439 456,439 000000000000000001079c50ca37e1eeb8a297f1a1d850c61cd563836635209f 1.00 MB 1,862 163
456,438 456,438 000000000000000002493933939763e874d4b93f59a801ba8c70edc28195f835 1.00 MB 1,628 119
456,437 456,437 0000000000000000012293919158abe2d44882ae557dd0482c6e52a955dc7e21 1.00 MB 1,453 110
456,436 456,436 0000000000000000025350dd6b5f078df59213a477f036258997895ebc1413ce 1.00 MB 1,825 113
456,435 456,435 00000000000000000001c30874147fa749615d79d25f0066b266f84022f6c12a 1.00 MB 2,263 203
Previous 10 blocks ↓
Total Size: 768.93 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,604.26 GB sent, 92.45 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.