Memory Pool Memory Pool Refreshing

5,972 transactions (1.78 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (836,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,671 72,671 000000000059c170b27667d66d5912c838ad2fb04840aad4cf5fb09b71164017 0.00 MB 1 0
72,670 72,670 0000000000b56e670a47044089e8f6850b05f2fa5a5716462022e3264337cbcf 0.00 MB 3 0
72,669 72,669 0000000000afea0ea9afdcd3fc148dc290414b2d52daf9b9c76f69d9b071eebd 0.00 MB 1 0
72,668 72,668 000000000086192ff05a7ada22db74ce44db4cb02215b50bd4365ebba8e859bc 0.00 MB 1 0
72,667 72,667 0000000000b3444e371c4c8c30b3978302616a8b8ad09e38c8684547fdd3fd42 0.00 MB 1 0
72,666 72,666 00000000001253ddf79a347594d645c4253eb40f52f29636a08a3c14cd7716c0 0.00 MB 4 0
72,665 72,665 0000000000ae516ec0d700f248562190ce3cc660bac1cddd91914b3342881630 0.00 MB 1 0
72,664 72,664 00000000000a90e84589ad03e861a3ab990f9369ea96080fb6af8e594a9c0991 0.00 MB 2 0
72,663 72,663 0000000000ab78ec68100f8f86644b0b87f303eb70ec668d68847457ae14cb0f 0.00 MB 1 0
72,662 72,662 00000000005de195782ed517ae96b9d984b0647d6133d74381e0f5833dfb9360 0.00 MB 1 0
72,661 72,661 000000000015add1c3cd5f580483c2fb2f8259b75e62be4d09f78fe0190f43cf 0.00 MB 1 0
72,660 72,660 000000000039ef2be2cf7d9eb35394667cb84c0b0f5e70e57c48324a146a687c 0.00 MB 3 0
72,659 72,659 000000000013283a8a4722fcaff55cab7da70189f3dcd1fa76ff1b40ecb97af4 0.00 MB 5 0
72,658 72,658 0000000000119498bd50208b3cc0996fc856dfda0bfc58eed2b61735e28ed1d9 0.00 MB 1 0
72,657 72,657 0000000000a909d002388c2d21517060c78580a95920cbaaf0e8a89f74de9510 0.00 MB 2 0
72,656 72,656 00000000008c3a566b984402c2458812ecd206f970b12884d3dbcf794b766a40 0.00 MB 1 0
72,655 72,655 0000000000627799ffd4c90764e048639151580acc5efd5f711cfec7a7de784c 0.00 MB 1 0
72,654 72,654 0000000000099e9ae428828bacd70c37506c743d0ac83778d25286ecdc3d6ee5 0.00 MB 1 0
72,653 72,653 000000000046d25b015b08ed52619c9c6ced079df0a5399eaf1a864493ed01cb 0.00 MB 3 0
72,652 72,652 000000000055882e4d132923ee4ccdfc4d38137dc51452183fbd4af3110baef8 0.00 MB 1 0
72,651 72,651 00000000006a5dfdf05375bbd309616477bdef004d9bb3795d92be45d9b8e863 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.62 GB sent, 103.75 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.