Memory Pool Memory Pool Refreshing

6,625 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (11,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,457 896,457 000000000000000000013e40cf3ae6464f5f99d415d6a1fb31577841103df5d8 1.57 MB 1,272 1
896,456 896,456 00000000000000000001eba27a1f0a7ecd2f9ce516e81769222f185897f0f9b0 1.74 MB 1,389 4
896,455 896,455 00000000000000000001c6d56f8b1debb0323d75c2f9b9ee735aec47b70959d5 1.60 MB 3,275 17
896,454 896,454 000000000000000000000bc78a8c3149c2aacfa99b5032f7a931db3fc4e3f17f 1.79 MB 1,563 6
896,453 896,453 00000000000000000000813996223db737cd3a06e60851985f710e139677eada 1.69 MB 3,292 11
896,452 896,452 0000000000000000000237123c3f3c859dd1822e2084bd535d4eb6fc9d7f5009 1.88 MB 3,391 5
896,451 896,451 00000000000000000001718193347aec0db555d4d73c29b73fc411f2fbc2756e 1.73 MB 2,771 13
896,450 896,450 00000000000000000000119020f2b1c3c8c60fa63f0a2ba6aa3652f689714764 1.55 MB 2,519 2
896,449 896,449 000000000000000000010d855c35697449d4af78d81318c95a1161ef3e8088bd 1.75 MB 2,575 6
896,448 896,448 000000000000000000003965e2f60598c3609784e33f2f4712890df6bf018f34 1.77 MB 3,628 3
896,447 896,447 000000000000000000016c6f12faa8a6874231f4a196bb5b192dcb56ffc0fc2e 1.33 MB 2,167 4
896,446 896,446 00000000000000000001d02238cda10fedabf2a06478dcfcda0919e88772500e 1.63 MB 3,586 9
896,445 896,445 0000000000000000000148f7979b1e32a49f79612cb842b4cd3c8b6c61b3345e 1.70 MB 3,206 15
896,444 896,444 00000000000000000001e6fe323321f126b6abed7d5cd44628d2d954e5af08b8 1.65 MB 3,526 12
896,443 896,443 000000000000000000022696786a42a5f18482e83f999c40e4b3ae2ca2fa3409 1.67 MB 3,606 16
896,442 896,442 000000000000000000016cb4cb74527f0ebd4706d903372e4ff093cc5f680f8a 1.66 MB 3,338 11
896,441 896,441 00000000000000000000521454ddefd12a1be8bb26147f18745094402dabc998 1.61 MB 3,936 20
896,440 896,440 0000000000000000000209e802d78c6e4122f99ff2e9a8f677898b8065608427 1.59 MB 3,783 27
896,439 896,439 00000000000000000001f639940e661e14db023a0e4d054aa8ef7c3ff7c66ef4 1.68 MB 3,633 27
896,438 896,438 0000000000000000000254edc94ca12d07a799c71b7d88aae8b57ad368a50065 1.62 MB 3,446 12
896,437 896,437 000000000000000000020f4edda4f3360a96d80c49e2c8590dadd02f8808a432 1.57 MB 3,892 35
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.