Memory Pool Memory Pool Refreshing

5,490 transactions (1.88 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,186 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (849,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,837 59,837 0000000004d187da75b8d0ad4158faec46d47e7f9c62cad99a45f4a634f4ef01 0.00 MB 2 0
59,836 59,836 000000000cb7eb9f16dfa2798e396898f46a4f1942a914fa444ba44e928bfa24 0.00 MB 2 0
59,835 59,835 0000000001085c29b42c1192814632fb339d510926a3ebdf94a99720b00c4a74 0.00 MB 1 0
59,834 59,834 000000000f01d558521bcb066eaad0f4d8af87aea74e6240ef08d4b45b5b3d54 0.00 MB 2 0
59,833 59,833 00000000092abd2904fae965471fcf48e46e35b11c8d91c8a6e7f7c9615128c9 0.00 MB 1 0
59,832 59,832 000000000bd8c7659b9ed8f41aa59124308e68617624cafaeb0ebfc3878ed107 0.00 MB 1 0
59,831 59,831 000000000e680afb95c30c427c2e2811ea774808651aea1e5293c18f7f946224 0.00 MB 1 0
59,830 59,830 000000000e5e37bcecbef70d7e3148e2ef04d49805b1fc2e4d76c197f6c33220 0.00 MB 2 0
59,829 59,829 000000000b2427c2b7a50a34b6c0523b7883c5dc89ccc56e8415c18642abc750 0.00 MB 1 0
59,828 59,828 000000000a505f6bfebd497b20dbc9e76ab302ddf4b5126f6024e03bcb6ec049 0.00 MB 2 0
59,827 59,827 000000000de3eaa21a859e1f2fa7c55c6947dc0b2f66a1acc687adf1674fa1f0 0.00 MB 2 0
59,826 59,826 000000000b2f3d4725937d1218714a5f321b67be27992322d0f297930c082ab0 0.00 MB 1 0
59,825 59,825 00000000048ff85acbf34217e3f3762f5eb837bdcab21e46ac77c397783d6a55 0.00 MB 1 0
59,824 59,824 000000000b1161d699e9d4df9b94e3ddd7dbc4694c29532ef375c824c9e4e79b 0.00 MB 1 0
59,823 59,823 0000000000c8f78b13886fdc9a9f73a0a70ff99458319e9207a76aa48297041b 0.00 MB 2 0
59,822 59,822 000000000c5cc45ebf31fcb643862fbd638ccb8776fc332f98042300f8bce232 0.00 MB 1 0
59,821 59,821 000000000583d045d89fa6790e8240e043d1f3cdf4a0d706af5bd9cc2e1dcb55 0.00 MB 1 0
59,820 59,820 00000000057fd6284c9c57502803f1516cb1d224016916a61db67a7d3abeae8e 0.00 MB 3 0
59,819 59,819 000000000834dbc34d84b266fe9343f313473c76288ab2c85313ff3ccbf6e3cd 0.00 MB 1 0
59,818 59,818 000000000ada5af01f55cf3095c978a0dbff499d56150d8ee37b0aa343492f46 0.00 MB 1 0
59,817 59,817 000000000204b69b13d74b1608b90616a4f570c0856f1bd64fa83a2b4eee8603 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.56 GB sent, 105.38 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.