Loading Tool

Explorer IconExplorer

Memory Pool

43,399 transactions
26.96 vMB
0.05803905 BTC
Random Selection Loading Transactions
Max Size: 142.22/200 MB

Candidate Block

Mining Attempt da80187337acce9ded0c9cc9ae87ab4e4ca951d952d3f0ec918ce7c505c2cba8
Version 20000000
Previous Block 000000000000000000006541c0b8e2f386dee130dab69fd333fb79c357f33cdc
Merkle Root 77d79693aa82a51d22291ea439e787dbd48be2a2d1e3f93191f902b4f0389eea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,532
Size: 1.00 vMB
Total Fees: 0.00803995 BTC
Feerates: 50.18 > 0.81 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,897 (901,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,635 13,635 000000009f9639803e3a9424f210004c25c2c2e6a85836c2902e5e9cae80ce66 1 0.00/1.00 vMB 0
13,634 13,634 00000000aa4cfeba870f71824c7e2940e7613aab2be6e002f0720bf0f389ee7f 1 0.00/1.00 vMB 0
13,633 13,633 000000009fd715337fc83f6eec594d33e99e2685a7afcd886d2545b4dd9ab228 1 0.00/1.00 vMB 0
13,632 13,632 000000004a27abad630e162d393e883040514fca586af0e82052768a97659c9b 1 0.00/1.00 vMB 0
13,631 13,631 00000000c4de1ccad0fe2fbc227680c195585ff92968a6bdc9eb965ed6bfbf6e 1 0.00/1.00 vMB 0
13,630 13,630 00000000505478c5ad3530e9a3212ca737cf10bd0d4958514760b9b63bbff126 1 0.00/1.00 vMB 0
13,629 13,629 0000000057b9d164d2eb4294854d8f9b7c3dff261eab51592799ef73995ce6fd 1 0.00/1.00 vMB 0
13,628 13,628 000000007f85b699d212efe587780f292a6ba7e7d1abbc9f39692235a50e8a58 1 0.00/1.00 vMB 0
13,627 13,627 00000000c33a5eecdfef07d5c03c50ccbd9d3d6feecf9cbe895fdf93b5c61726 1 0.00/1.00 vMB 0
13,626 13,626 00000000162cfd3a2c9acef77e7ab894d808f370efc3a872291689cb6d7e43b0 1 0.00/1.00 vMB 0
13,625 13,625 000000007a5a14665e3a6de570b2cc1185fcd97e5a9be2817bcd9657cf4eba3c 1 0.00/1.00 vMB 0
13,624 13,624 0000000043ea8062b9f9d6ed75614659f9646133746ee6d4122a8681fe60f445 1 0.00/1.00 vMB 0
13,623 13,623 00000000643ccf6e09b72c47966164bae09ce321ee96dc059902235a652c3430 1 0.00/1.00 vMB 0
13,622 13,622 000000006a93744a115d23d5c8394f1c4cfba0bef78194d7e828c9b410b57836 1 0.00/1.00 vMB 0
13,621 13,621 00000000304828d56fe84690733901b018e4acbea04224dc5d6c79d57930d970 1 0.00/1.00 vMB 0
13,620 13,620 000000004bf0b8a65ad7a034d99c4999527861754814f2cf51cfac7b0c175551 1 0.00/1.00 vMB 0
13,619 13,619 00000000b485104fd1dd384c1a76c938bbc897a06fbd12b8e6f7be72f897af33 1 0.00/1.00 vMB 0
13,618 13,618 000000003503b5589ea5a422ac4bfdd98d7eef801e658eb2811c8efce928f105 1 0.00/1.00 vMB 0
13,617 13,617 00000000e09c559cbb61f3db5aa894cf64a0beb25109acfecde0308a5ebc53db 1 0.00/1.00 vMB 0
13,616 13,616 000000003e4b11ee450980171a6017606d86f05d685cd95cbaf791a733aedfd1 1 0.00/1.00 vMB 0
13,615 13,615 000000002c2eb7caabd1eadff394bd69a9874ae94a9dd2663a1d352fa7ef2567 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.19 GB
    • Received: 14.11 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.