Memory Pool Memory Pool Refreshing

48,349 transactions
22.53 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,566 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,508 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,565 (487,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,593 384,593 0000000000000000090558497896edf779737a54daaf1919d5d1c7d07702d63e 0.75 MB 1,726 35
384,592 384,592 00000000000000000ae03eec4e6e19a31dbddcdacafe9b16d14a1bf467c2c5e7 0.19 MB 279 33
384,591 384,591 00000000000000000315ed8c16a4ea493860e59fe3b20ea2f2027c18ccd58cb0 0.16 MB 342 40
384,590 384,590 00000000000000000b87859b93f1f7b159ee22d66bb9af9be5b1f8b728713a57 0.59 MB 1,377 38
384,589 384,589 0000000000000000011646da1b9d73caa3536728b425841057427808130e94d3 0.22 MB 389 29
384,588 384,588 00000000000000000daeddeff37567766b571161732020c7605b82d65fd7fcda 0.00 MB 1 0
384,587 384,587 0000000000000000003e3611eaa5b1cd7e0b995871f31aff675218f08fe2bae4 0.91 MB 1,890 31
384,586 384,586 00000000000000000b91118cff24f4841858d2147e82e258e0ed50127e1a3933 0.95 MB 1,766 28
384,585 384,585 000000000000000005a09823c7edbe2f004ff9b5061112237919a4dc48c4ff04 0.93 MB 1,572 23
384,584 384,584 00000000000000000f46e6d729d5c232f6b1b4e7fb1a47b41c8096b41e12f725 1.00 MB 3,333 49
384,583 384,583 00000000000000000476a5c0f8558ea328fc173a098133ef405202d6063ceb4e 0.24 MB 102 4
384,582 384,582 0000000000000000063e57d130a1946d5e812d294df683274351e3eae4804928 0.25 MB 293 14
384,581 384,581 000000000000000004e3be1364b16af7e9aaf29bd071c9b9742ae245b9fd4c58 0.72 MB 1,571 30
384,580 384,580 000000000000000003eefd992f895fe796bc7a1644befc4e8faccc94f3b83e29 0.20 MB 584 46
384,579 384,579 00000000000000000b39c78b41370ef7c7f9b075ac885fb7e2290c511a204af3 0.10 MB 101 15
384,578 384,578 00000000000000000cd5a9483cc94065ed75ff0c546264c3cdc92036b242385e 0.98 MB 1,884 32
384,577 384,577 0000000000000000095a6db30fa2ecdca2d453ff92f46111dbdb2ee8d8a81cd2 0.76 MB 1,960 33
384,576 384,576 00000000000000000e0f11776c64ae4fc26f510aaa3b4de930f0a0440fc7c77c 0.82 MB 1,969 35
384,575 384,575 00000000000000000b625db8b338787fe7d2992a74547a54c2b46468bc68138c 0.21 MB 533 32
384,574 384,574 00000000000000000614ba7cb957738f24318ff48231cb8a25c32b4d2a9ea8dd 0.78 MB 1,730 28
384,573 384,573 00000000000000000243a02d22b4859ff3d322ec22d5d712ea12799c21fb6b0e 0.15 MB 333 33
Previous 10 blocks ↓
Total Size: 704.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,644.94 GB sent, 239.39 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.