Memory Pool Memory Pool Refreshing

522 transactions
18.50 vMB
Show Random Selection Loading Transactions
Max Size: 74/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (807,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,194 101,194 00000000000368541c4ab40570a06323870567a48857552f337e4b67545d624f 0.00 MB 1 0
101,193 101,193 0000000000015dc1ab9bdea82e247753bde42baf289db26696a7c03f7a1d58aa 0.00 MB 2 0
101,192 101,192 00000000000046a7302052e9afef5799168fe2154f4e3c2ec904821ed9e0c2b0 0.00 MB 2 0
101,191 101,191 0000000000030337b7adcede9c7da122335fa04e64a925187281f495f5e3fb4c 0.00 MB 7 0
101,190 101,190 0000000000022f523e868f579762370aa2f6f83dbd60231d870c89ca4536f108 0.00 MB 6 0
101,189 101,189 000000000003cf0e0c955b466fc0f8d72bc0476ab51e80559dbe2ef7957de03d 0.00 MB 3 0
101,188 101,188 000000000003cb8cc7424bf45509f56823b1f69e51f8b01869d8577d402f3ea9 0.00 MB 1 0
101,187 101,187 000000000000729dcab89ad5dcb4582d04e279007d04adff4e2d26a2d0f9b832 0.00 MB 4 0
101,186 101,186 000000000003e352ac1f5299137d4d1515b3d6a4b3e04b71deb1b0ebe1a4ca87 0.00 MB 7 0
101,185 101,185 000000000000e75ac0eeb74c88f01bdeae86a447f298718e46fe122140758bb1 0.00 MB 9 0
101,184 101,184 000000000003e868049971ad23be93948dc7b4fb1a8eb283c37030fc15c50405 0.00 MB 12 0
101,183 101,183 000000000002f8418b311fc075d88b3a3ba2b66b156f8c7a4085c2f3548990aa 0.00 MB 12 0
101,182 101,182 00000000000027b7ffc7191add0227bc1165ca31018b1cc1990d9b7072797afc 0.00 MB 2 767
101,181 101,181 000000000001abf7ed15ec503efd24bb38d4bbd14499c5bb69e3904de3fbce0d 0.01 MB 33 0
101,180 101,180 0000000000039c700fecab614357a76dda1555a93ead2565849c372a2888d2f6 0.00 MB 12 0
101,179 101,179 000000000002d84f7efb6e40d6d5c54dbefb9a20fd6e45a77632c9d6a98a0e7b 0.00 MB 13 0
101,178 101,178 000000000001de895014dcc224daf10f4cf26afbe1891ca7853adfe56cd70f05 0.00 MB 1 0
101,177 101,177 000000000001858b3f416c91a34a19add5a58afee9a11e5973753a0eb0dd4519 0.00 MB 2 0
101,176 101,176 000000000002d8297c23b86d6179fde4efe82c153cd03e0a7d2ddf176aa8cfd0 0.00 MB 1 0
101,175 101,175 00000000000374194cdd1cdbc3e8392577a129f4d71dedcdb65b7d1e8b29217f 0.00 MB 2 0
101,174 101,174 00000000000224134bb66da684a0ea45fde579057c34a34991f627d6134fe3ff 0.03 MB 115 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.14 GB sent, 98.65 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.