Loading Tool

Explorer IconExplorer

Memory Pool

77,998 transactions
29.10 vMB
0.08685943 BTC
Random Selection Loading Transactions
Max Size: 175.62/200 MB

Candidate Block

Mining Attempt 4a8e9a23bb677fc0e064499c666b8c47305178d4f8e9ea3733c3964646e3909f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (318,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,817 596,817 00000000000000000003da512729ed23550c992cf2ae6508ebc52e9fd3299a26 2,597 1.00/1.00 vMB 26
596,816 596,816 0000000000000000000dd607d0cf0495456c0155460676b5973a056b6cece736 2,625 1.00/1.00 vMB 12
596,815 596,815 0000000000000000000346ecefb725a990197338be7c42af3bad7fef89be5faf 2,927 1.00/1.00 vMB 20
596,814 596,814 000000000000000000009cfdff31a83dc75de4ffa8d7b654a6e47819da4c39ca 2,519 1.00/1.00 vMB 24
596,813 596,813 000000000000000000057209682b7ffc1653a6b1c0a1a72c5e1f95ebe5183e83 3,002 0.99/1.00 vMB 38
596,812 596,812 0000000000000000000cf876b5d79e0feb03efdfe5f6d4f6fd448ceac43d7e22 2,585 1.00/1.00 vMB 53
596,811 596,811 00000000000000000000b62a8dadaf9e63accf97971288e95a567d33ffdf892d 1,783 1.00/1.00 vMB 13
596,810 596,810 00000000000000000012fe0899d7eb3e79e65b3bf9cdc52ac8047ed0f8ce8cff 2,812 1.00/1.00 vMB 38
596,809 596,809 0000000000000000001138e2c156f25cc8f01fb544587c447ffce0c0ac7df57b 3,018 1.00/1.00 vMB 42
596,808 596,808 00000000000000000004d07f1aa435448613ef2fa9ba1418bb49f3fec2d5fa84 2,993 1.00/1.00 vMB 47
596,807 596,807 00000000000000000010f62d80afb23e7e7311b05e52c51c58c38c7d19803c40 2,521 1.00/1.00 vMB 28
596,806 596,806 00000000000000000004de1024f6af6c298110022e9cf83c1d781ad1ca4c4ee5 2,864 1.00/1.00 vMB 39
596,805 596,805 00000000000000000001b7684c69d493cdcb8de1beee0792cc9be636aa239d98 2,950 1.00/1.00 vMB 16
596,804 596,804 00000000000000000011f4236a9f183657d67632ff22196885ea890fde108d6d 2,849 1.00/1.00 vMB 23
596,803 596,803 000000000000000000114f73e99fa672e85aa172bf49b1d04d188fa209eed5cd 2,476 1.00/1.00 vMB 33
596,802 596,802 00000000000000000014bd65d2dd9ccd2c23aecbf99b3d83b88640acb35c833c 2,355 1.00/1.00 vMB 26
596,801 596,801 000000000000000000019d0337102a8608f5b3c1de3457e7835b342bb881dacc 3,044 1.00/1.00 vMB 46
596,800 596,800 00000000000000000013fefbcfe53434a93e8bd21f18bb86fe7ec2f3f65cb495 2,612 0.88/1.00 vMB 21
596,799 596,799 0000000000000000000444c9e2a12fdaade1332b3b8ae755c0c598f2c070ecb3 2,453 0.77/1.00 vMB 21
596,798 596,798 0000000000000000000778397c240fb7d906f32591c6cf53fcda66d38466b170 1,391 0.42/1.00 vMB 25
596,797 596,797 0000000000000000000d091c25b7eb2d07337e13f2e57281a53ca33652ffe750 2,354 0.71/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.