Memory Pool Memory Pool Refreshing

2,596 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (636,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,549 271,549 0000000000000002c0d6079b8f648da11dd018a0c5dab54b1e3654dd20a0927e 0.19 MB 102 13
271,548 271,548 00000000000000053b1ff0f1aff48c8a17a42ff6aea9848ede48ee6951b00529 0.25 MB 307 31
271,547 271,547 000000000000000405ceafc5f388d507e64b8094530c8b45310e31271cbd9705 0.25 MB 612 55
271,546 271,546 000000000000000309902c8f55ba8fe9cc93545391a9e835791b1ac0b0f0a021 0.03 MB 37 9
271,545 271,545 0000000000000001fb3b46441780da4f818137ad40886cea11b6b2bc4c150351 0.23 MB 462 48
271,544 271,544 00000000000000051e4da702f40f02240e77188f9462c4d4b63a4760c5b2964f 0.25 MB 501 52
271,543 271,543 0000000000000005747248d23e7717406f92fff613525b79e05af122417a5222 0.46 MB 634 48
271,542 271,542 00000000000000059dc4a353718f11496f98cd7e5cf1c84115229256dc8e1e85 0.08 MB 161 42
271,541 271,541 0000000000000005d8c91f649bca8a90fb5a42f0385ceeb6dd6e8d5b08353928 0.05 MB 103 33
271,540 271,540 0000000000000005bb5dbf52755ec970460e6aaf19e1737865e3c3cdd8b12126 0.11 MB 225 75
271,539 271,539 0000000000000000aa78feab04358b54508199df4e2a3abd3b87f2c497d2f12c 0.20 MB 354 43
271,538 271,538 00000000000000035ecfd190949cb4a3da086b6d0ec17c192a76f118b66ced7c 0.09 MB 127 25
271,537 271,537 0000000000000004a53efa73cc758846a2784e017af95ceb7b094564cee5bac2 0.24 MB 487 42
271,536 271,536 000000000000000287607b13592378562f5c47afc6924550c69d59057dc93966 0.07 MB 181 39
271,535 271,535 00000000000000007cd966207ee36f86cdd8a05d6578f92fe35b208dd3d97d3c 0.30 MB 561 45
271,534 271,534 0000000000000007063b5bc213261d991b83a197f7f2b1c9870dea6bb3674fdd 0.26 MB 512 50
271,533 271,533 0000000000000005a3702f5abf816183a5746ed372d22f049504b379ac2df9aa 0.07 MB 160 41
271,532 271,532 0000000000000000c76bf1f5ccf293ec2d6d9581a9bf4a4c4f5e23f5dcebe7c1 0.15 MB 383 60
271,531 271,531 0000000000000001363e42c6291da48981e277f4e7aefc881b1ed1733bf846ba 0.09 MB 208 47
271,530 271,530 0000000000000001b13d021559a4a6d71bf03a204f67d50fe2b3034f0080b9df 0.21 MB 510 57
271,529 271,529 000000000000000308655472e8e3f67c2c4fae0380250f7bc293dc43568332ce 0.14 MB 267 57
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.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.