Memory Pool Memory Pool Refreshing

501 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (609,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,799 297,799 00000000000000003a56576d14edf060da8bfa534ef43b357cec6ee9dd3823c5 0.06 MB 151 53
297,798 297,798 000000000000000072c99defdc5f294cdb523293078466b6214982d92b2d6891 0.08 MB 129 21
297,797 297,797 00000000000000000e8539c887fb31a98a54685482d0480356e25cef4d190d67 0.50 MB 580 22
297,796 297,796 00000000000000008289d918b178ffd8b440d7f0424e189b7717b0b4d61aa4c5 0.00 MB 1 0
297,795 297,795 000000000000000041f2a15fc9ecc1d345f7ccc618ab78b31e86ce13e4a9d12b 0.35 MB 959 48
297,794 297,794 00000000000000003e4169d0cffdad1acd4a67ad9ec79786a53066511f305e72 0.15 MB 335 32
297,793 297,793 00000000000000002cc64f381eb4c279fe7892a84517203a76591696c6d6a18d 0.27 MB 485 32
297,792 297,792 000000000000000022fb9b24e18837fcfaacc7af333135feee8769b68be994a2 0.01 MB 46 37
297,791 297,791 00000000000000000a7e0cc1049a1c2fe5c197bd05996b8debd70e51de0c266a 0.39 MB 664 29
297,790 297,790 00000000000000008f9d4efb2d8ab6a511d818d0d140ce390ba1ea1eb368c483 0.10 MB 219 34
297,789 297,789 00000000000000005d7d634b9847b8ae077ab6baac235e16be756cd8785c6a33 0.30 MB 531 30
297,788 297,788 000000000000000017ed5a48a101309fe1646d06ffe48e14ab0bbef0aa937a24 0.56 MB 984 29
297,787 297,787 000000000000000065a62bd3e601c4932ab7e94e5163166512c6f55e062fab75 0.01 MB 31 29
297,786 297,786 0000000000000000392e60a348eb31bd6edee4a779180c8de1f82ea509629853 0.06 MB 110 27
297,785 297,785 000000000000000006ef929a682e2e60cf96525da0f3fab469ecdda129f0f2b0 0.00 MB 8 50
297,784 297,784 0000000000000000947a95875d555a065c1756c6f76c725710050103abe96032 0.23 MB 448 31
297,783 297,783 00000000000000005d290a3246dd497db3e2af4e1842f0b84e069c8071951651 0.15 MB 291 31
297,782 297,782 0000000000000000146d5e61c7854d514fa0fae7a1675ac1ebf394e062120209 0.19 MB 298 31
297,781 297,781 00000000000000002d3f81be4011521b8103c42cf294d2b496bb2b8d20ef6815 0.18 MB 275 24
297,780 297,780 0000000000000000134d8743c8a0e4c75269fc5b0f28921c50bbb060b448d795 0.11 MB 256 35
297,779 297,779 00000000000000000a31d1be063dbd3a8a8fa62d7903b1fe42fc23a07b402a89 0.35 MB 576 29
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.