Memory Pool Memory Pool Refreshing

4,998 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (750,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,549 157,549 0000000000000777db350c04be64bee58c2fd70a261d05cfc8ded74aec840e34 0.01 MB 19 169
157,548 157,548 00000000000003c64bfce322a7dbc1f5fb57a1f2759fa4c8e36a190af7856094 0.02 MB 71 49
157,547 157,547 00000000000003091a599cb6c85b47f5cd38f5bbe1b702199bad6af38f3c2ea2 0.00 MB 7 42
157,546 157,546 00000000000005bc0a4c7aa5cdf068a49439cce77ce673ec053db3a7b85dca2d 0.00 MB 9 288
157,545 157,545 00000000000007d7852886df59f9795ccde3cf3fad3d64abb5969a4584f40249 0.02 MB 49 245
157,544 157,544 00000000000004368b2ec36330a8ec2f2f02a654412203f980a91fdf46693e0d 0.02 MB 49 226
157,543 157,543 00000000000006a385bfcf69f58e010a26909f359f164b2f6edea99278fa084f 0.03 MB 40 196
157,542 157,542 00000000000002cc84adc3800af4e1b5f955b4b83c89f0d7cc23446f539268ef 0.00 MB 10 521
157,541 157,541 000000000000083c21203dbed56b386e2c7bd156ab9c68fe337941a5e3c30f24 0.05 MB 104 181
157,540 157,540 0000000000000d2ce0247c56b05f2623a4220bf3bee56028900c67e69d0d309c 0.01 MB 9 213
157,539 157,539 00000000000005b7585c4e4cbe9c3b86027d8aaac841628847454766f042fb31 0.01 MB 34 541
157,538 157,538 000000000000081bf363c9bc60b11f06430a5812dc70acb61feb79586f438234 0.04 MB 66 447
157,537 157,537 0000000000000b0ef5a1d8f3470cfc33a505d2b0710eb180ee1944502e0d721f 0.02 MB 78 2
157,536 157,536 00000000000009dced00862b33262b3a668983ff544e0e7411680c7682d44b60 0.01 MB 20 57
157,535 157,535 000000000000065f5ab04383161ec9040d7eaa6a2f507802904560738011f770 0.03 MB 52 1,385
157,534 157,534 00000000000002bff2a06006f271603441cd0a76c140ff7946913e678f100209 0.02 MB 60 150
157,533 157,533 0000000000000292b6567c1a9e4d48134b938cbd3428281089d8fbbb647fa39c 0.04 MB 63 73
157,532 157,532 00000000000007b6f79a5264840fbdc813b2a94acb3dda59b94991e6aa320e2a 0.00 MB 10 143
157,531 157,531 00000000000009ac4c8662707b3b2bfc3767c82d5932e17020e7d4b183195e6e 0.01 MB 43 0
157,530 157,530 00000000000001911ae4dae745c59b2c97d99068fbf30df5ab57b3095509a57c 0.01 MB 15 28
157,529 157,529 000000000000001935db1028dcba0a449ab5ab4016fddc4108c1ec9e80c6da13 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.