Memory Pool Memory Pool Refreshing

47,975 transactions
19.61 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,158 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,898 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,157 (239,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,551 632,551 0000000000000000000099db87bd7be762e686baef7a33dfe1736eae892f58a6 1.15 MB 2,228 22
632,550 632,550 00000000000000000009d1a0adf4656f57278f8da7010fb2015e7ca5f522e8e1 1.49 MB 1,581 60
632,549 632,549 00000000000000000001bae1b2b73ec3fde475c1ed7fdd382c2c49860ec19920 1.22 MB 2,204 97
632,548 632,548 000000000000000000052c5dcee8f3bacc159dc8467b2ba1681c0c495ebd3720 1.18 MB 1,837 27
632,547 632,547 000000000000000000065acb3ff67ad4f7b6a1301fe47f3b56338e794be76e89 1.19 MB 2,565 11
632,546 632,546 0000000000000000000c3b5767fc640e3a392877b17977c556b5e4b43040ae6a 1.32 MB 2,375 66
632,545 632,545 00000000000000000006bdb842ed2e1078fc385092f73f217a54ed36e1a3880a 1.43 MB 2,422 61
632,544 632,544 0000000000000000000cde9932d1d4f4b824cf47eb14eebc51009bffb440801e 1.50 MB 1,808 43
632,543 632,543 0000000000000000000b5257e3421e3a659c775da63560a16b751b3f577c204f 1.30 MB 2,662 84
632,542 632,542 00000000000000000006f97744fdc9b29cadcb6df0a8ac92cbc732304c96a455 1.39 MB 2,760 123
632,541 632,541 00000000000000000008fa85777195a7b9fa8462cf4f1b99a91c239051fa3002 0.62 MB 1,507 4
632,540 632,540 000000000000000000126235eb560e9dbd5e8e0663c29886dd0c72d0e278b1e5 1.38 MB 2,753 68
632,539 632,539 0000000000000000000be247a6d7541d487c48762b98a80ac4cdb28af73d61cd 1.10 MB 2,067 14
632,538 632,538 000000000000000000072d3f4f1919378c0b5440c36fa60fda0b9f7590a72032 1.19 MB 2,786 19
632,537 632,537 0000000000000000000082d89e19cf7626fcdd5a5f7794c1152755806eadd9a5 1.56 MB 1,677 54
632,536 632,536 0000000000000000000b675488539cee0e2298a66c70f5b61d8e986f41835a6b 1.44 MB 2,622 81
632,535 632,535 0000000000000000000bab5a9f867f368685750427e1b97bed6921680f8a8187 1.39 MB 2,319 102
632,534 632,534 0000000000000000000e06d7af3b2c3e4dedce5592d2f17fad2661707e89f5ce 0.00 MB 17 47
632,533 632,533 000000000000000000072ae530a90fa3690c7565a46291bf58faf20ad79a4b57 1.09 MB 2,144 58
632,532 632,532 00000000000000000007f19244a2459b53c12bbb7ea9d892585a4d790ab990a9 0.52 MB 922 4
632,531 632,531 0000000000000000000bbd960ac981552c549e40a61c4f958d9477326688bb97 1.37 MB 2,123 33
Previous 10 blocks ↓
Total Size: 703.50 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: 2,594.39 GB sent, 234.67 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.