Memory Pool Memory Pool Refreshing

3,820 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (719,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,496 188,496 000000000000040f2ad582770a33a96e3cfbfb6c55898dabca7e81cbef790aed 0.12 MB 275 99
188,495 188,495 000000000000025a77ba68a5290a9e8b0412dd9c78a0eb46ff6bb7013f415c65 0.42 MB 964 128
188,494 188,494 0000000000000416b7a75d8816c1b87a3354c315a828da84cca66557ff998e77 0.25 MB 622 141
188,493 188,493 00000000000007f13cd7b3545480debb10806c36d316db9dfea3c9050aa9276c 0.25 MB 651 144
188,492 188,492 00000000000000af4a78b9bce1da52654d8e4a099939289b7819069877e09ce7 0.05 MB 137 45
188,491 188,491 0000000000000070c913546f6cb441ad66f7b8924ec9b4e868fc4b83106d537a 0.25 MB 495 202
188,490 188,490 00000000000004dc8273353ff7aee3664e95ea038e895e9f2c5401e6a9c3ec5a 0.05 MB 117 70
188,489 188,489 00000000000003289170822310a802356ac117eb2d747c069fa6c8b6c1e73709 0.00 MB 9 3,261
188,488 188,488 00000000000004e7c6394c310a043af718118abfd483a8a9c16a7f67da41370b 0.01 MB 29 155
188,487 188,487 00000000000002ffc8dbbb04d9d84a5a6235d6186e9504a690abe59d23043a71 0.11 MB 241 130
188,486 188,486 00000000000003f0864b44b45ed9677a60d4d8c4abebd4d329566a7de91002fc 0.08 MB 272 28
188,485 188,485 000000000000023010ae32cee17338d23d625c7f5672b76a309733649e99bad0 0.10 MB 149 88
188,484 188,484 00000000000001d6ffe1cb436ba1aaae343bcb4f37b4394d24e7bc5d6107c5e3 0.15 MB 384 129
188,483 188,483 00000000000002f1d052fa4a9ed144a7772e7d2dd49d25859ff9fffb25a04837 0.05 MB 126 114
188,482 188,482 0000000000000108bb7e17180c58585fc6764b2f27c9f07663abd7c9c3b7e52b 0.03 MB 58 81
188,481 188,481 0000000000000476e3672034842a410ebdf31672d8ff2c8ff508deeadcb1b46d 0.05 MB 136 53
188,480 188,480 0000000000000964b8b298e0fe76f48622bf4ac08c792d05d8c1b6037acd5aed 0.04 MB 88 76
188,479 188,479 000000000000015d2f655b288d8323b3bc4501e36310c30cfc9df4954301e341 0.05 MB 97 67
188,478 188,478 00000000000004e719c14ccbb5b81eab68be1d741d524099d9d3d0ce8a84ade6 0.15 MB 348 175
188,477 188,477 0000000000000341f3256276246862f8877d532a39358f0acc2c9bf4a02e7db1 0.06 MB 128 280
188,476 188,476 00000000000008b58f253ede8732cd93036f5f36f6468d633abc335f8e45fff9 0.04 MB 80 145
Previous 10 blocks ↓
Total Size: 769.56 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,649.36 GB sent, 95.76 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.