Memory Pool Memory Pool Refreshing

151 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,524 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (811,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,546 96,546 000000000006a605fed6cea1ad1411c2a8f229bdb9b83b54f397ef400e551433 0.00 MB 4 1,453
96,545 96,545 0000000000054b5f384f12c273bd0e12fb62b7fa6391f25d6456b92d05550557 0.00 MB 2 0
96,544 96,544 00000000000816d5ad67486206e60999bbdc642efd52d6d38887f85a2e843236 0.00 MB 1 0
96,543 96,543 00000000000389fd99ab1bcc4708b11699b9818492335f49da06bf9353463ce7 0.00 MB 1 0
96,542 96,542 000000000007188242f30e543dd26436f4e88bb1bbce0b301a5b1c80cdf3ee62 0.00 MB 3 0
96,541 96,541 000000000005c23a4e245a43c7521a81a165b3a090817f977c63ec41751119c0 0.00 MB 1 0
96,540 96,540 00000000000516edf3c148262fe37c769c9b2b8c1e65913f2462287c344d76cb 0.00 MB 4 0
96,539 96,539 0000000000023e37b16cb3f3cbc92c39cd574a51cd29ef6d174961e54485261c 0.00 MB 2 0
96,538 96,538 0000000000053548f6a7ee0775f039bda703e65ea9949fb3bd2193f3abedccdd 0.00 MB 2 0
96,537 96,537 000000000000ef1f0f3946520716085d12764d3bc570a6c18bdc72bca7832c0a 0.00 MB 2 0
96,536 96,536 0000000000059b7717d420d8a5278e438f773a0659a3b960cc0029526cfc303a 0.00 MB 2 0
96,535 96,535 000000000004e7c5afee9044f0d8aa0f7a46a4ef2d5d33ac80206ce461cb8a2b 0.00 MB 2 0
96,534 96,534 000000000000065f1c3a42acc69792a93c9d15a93964b2c27d7a759a854de8c3 0.00 MB 1 0
96,533 96,533 0000000000055d27bac78e270609d452d69fa9939a93bd3660b1a62d64312e35 0.00 MB 1 0
96,532 96,532 000000000006159482ae428c18ecbcaa3541929a4571f6f07e1db53478b7b615 0.00 MB 1 0
96,531 96,531 000000000004f65708bce54f36d7b7981d456e2868e3f8e0bedfe2c1e7fe9373 0.00 MB 1 0
96,530 96,530 000000000000197b37cc2c0fb6cf0f9cd02f669af35a09247160c9cd602e89bb 0.00 MB 1 0
96,529 96,529 0000000000056efaf25e6acb4fbe3299d2da1535c0c98c67d84b3331b08f6d96 0.00 MB 3 0
96,528 96,528 000000000006b7e8b789c81593e5a112fed8cde01e5c026d8c3a8a0e4626f41e 0.00 MB 2 0
96,527 96,527 000000000003e189a14415f878bbc8c0d067e4048245c339cffab12ee0dc717f 0.00 MB 1 0
96,526 96,526 00000000000405a72f5b706191f36ffa720823efba673acdd03040e93bacc399 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.31 GB sent, 100.32 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.