Memory Pool Memory Pool Refreshing

28,979 transactions
32.74 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,842 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,161 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,841 (37,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,026 825,026 00000000000000000002452121efedf93c2e83f4b56a626d86f6e825b9524923 2.04 MB 1,819 34
825,025 825,025 0000000000000000000109d51533513dec757a4b43cf83488db648b5b35a2622 1.51 MB 2,469 41
825,024 825,024 000000000000000000015e8a803a2ebdc909a929be2f542874e2e623c4de5441 1.84 MB 2,168 80
825,023 825,023 00000000000000000000a33cd7ffa38975f79628080f56ad1240243ce57c30c1 1.58 MB 3,103 66
825,022 825,022 00000000000000000002d49fe4489803c150a26dc3f564ea3377589b55008c63 1.47 MB 2,654 136
825,021 825,021 00000000000000000002a5827c6a508ed570da6e1d8ea1c007e8f20883387ffb 1.64 MB 3,344 106
825,020 825,020 000000000000000000002d09e4efb8ee660245764e1ad1fbb25a33a07a72af07 1.77 MB 2,854 65
825,019 825,019 0000000000000000000398fba67e5878afb23c8a5cbd4a8950844693226a66c2 1.88 MB 1,461 39
825,018 825,018 00000000000000000001b6b0e8a8aec30b9732abe15b528ff10421b2a4d59822 1.84 MB 2,741 63
825,017 825,017 000000000000000000029e4fe5bb51d8784e733504f9c60954b03559503b85b9 1.74 MB 3,048 43
825,016 825,016 0000000000000000000191945956a505bf3ac10a4bf5afb28f6f6cbcab81c03a 1.80 MB 2,061 48
825,015 825,015 00000000000000000000295d02c90c974919652cbb3c81db0af003c1d7d41e8d 1.63 MB 3,495 97
825,014 825,014 0000000000000000000316aa3ac22b689e37c9241e67ca5353585d194c8fd443 1.74 MB 2,869 62
825,013 825,013 00000000000000000001571be36fb64f9396d6f18f5953d49c67bc5ccc84a137 1.64 MB 2,115 52
825,012 825,012 00000000000000000002966494d017638e9172d8b2708aa364a8737aeacaf022 1.74 MB 2,465 66
825,011 825,011 00000000000000000002efa60ad6d62390e2991f0c0871dbd4c51a6ee29d25f3 1.65 MB 3,735 54
825,010 825,010 000000000000000000004dfbb24b80542f0b9e9ef8748701c58323670ad59226 1.91 MB 4,373 64
825,009 825,009 00000000000000000000545e38707c5e8a539091715f8fc633c8c127c5bb5346 1.88 MB 3,483 92
825,008 825,008 00000000000000000001f7c9311e21cc8ca83ad72036b0b949176da31e5d2226 1.68 MB 3,181 83
825,007 825,007 00000000000000000003c311442bfb0d13aee378e3bec44bd1546d0e023d9841 1.77 MB 3,092 92
825,006 825,006 000000000000000000015ca93aa9247b480e192756dd82d0f9d67479d8d594c9 1.91 MB 3,305 96
Previous 10 blocks ↓
Total Size: 685.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,404.94 GB sent, 110.58 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.