Memory Pool Memory Pool Refreshing

1,386 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,360 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (611,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,497 296,497 0000000000000000857073019f3342811c6830120532a2b8ac0e45a830eba65c 0.83 MB 607 17
296,496 296,496 00000000000000007fe70dc56c1690274380d940ec0fb5b44573d4f3f37a275f 0.50 MB 1,463 56
296,495 296,495 00000000000000007bc26f90ef9f6bbb4713030e414927ee030cf4654dce6f9b 0.07 MB 165 44
296,494 296,494 000000000000000056eaf36e376aa6dbd858cfc1f7db480c069b1cfb76f81c32 0.01 MB 30 40
296,493 296,493 00000000000000009929c31791c78595301a847315a20aa4b0a16a18e581ee45 0.03 MB 74 40
296,492 296,492 0000000000000000307ea1b08b26e0958a18c030e8a62b0a98c430c60e569450 0.19 MB 405 36
296,491 296,491 00000000000000007b537b675c3c902500a33645406984b067d43d59bb5586a0 0.02 MB 55 51
296,490 296,490 0000000000000000122258333be9d8c6c5a9605291034db94fb5d87ae306a0bd 0.21 MB 485 38
296,489 296,489 000000000000000034580ebc05b521e6d678645d3fd268e3f6e044ba472fa764 0.07 MB 141 47
296,488 296,488 0000000000000000275de8fcd61f4b57d55a431528c125ba709605f98f60609f 0.19 MB 440 42
296,487 296,487 00000000000000006ad73a6c32a21e79ab4af6865ac7ad686b7406076f16c8fb 0.01 MB 16 42
296,486 296,486 000000000000000012bc1fd14e9198d0ea5ae8f17229e45fa6b1b3ca49967c9d 0.16 MB 195 65
296,485 296,485 00000000000000007a30145fcd059198391f98b52e5718e31d801a9aaa21c779 0.19 MB 417 35
296,484 296,484 000000000000000046094f00ca8db613104523a3ff0db8423de4112c297f7494 0.00 MB 10 28
296,483 296,483 000000000000000092b4681527ef786e9f4f281589cce92c477f7c468679100f 0.01 MB 11 24
296,482 296,482 00000000000000002711c7d976b24fbfc5f9e319484390e1f4c93b7da253f281 0.02 MB 38 28
296,481 296,481 00000000000000007e4aab06a47ab499c044dd0ff3ba143054fe628b99029a21 0.08 MB 168 24
296,480 296,480 00000000000000002dae466480ebfb50359d23a45db900f40d15f001e74c6178 0.05 MB 128 32
296,479 296,479 00000000000000001d08b87845ac8fdc51ab38a53baac8f442d573aab9493268 0.19 MB 512 59
296,478 296,478 00000000000000005bdb9d2eb924662c9c07b0c4b1c4e885bd17c76f807b6e86 0.42 MB 698 47
296,477 296,477 00000000000000002292aad31a7366cd3d21e659717f28106b1d0d6221f5ca72 0.35 MB 739 37
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.