Loading Tool

Explorer IconExplorer

Memory Pool

41,728 transactions
27.43 vMB
0.13263733 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt aba43c491224713bef5bd802375113e74f6af726a3f957aa3e31fed26946e752
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 249be072cca94d116cf48e0c7fb7fce47b5ff84db92a0ea50804946b7d63f57a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05113698 BTC
Feerates: 150.71 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (94,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,086 820,086 00000000000000000001cfc2f3e800a50f3382f55e7915220c6c2ec7a9181559 3,423 1.00/1.00 vMB 103
820,085 820,085 00000000000000000002b96d488732855eaf4edb3aa0c8ecb8eecc043fc1b456 2,882 1.00/1.00 vMB 103
820,084 820,084 00000000000000000000cb462db382424e4a88895bf99e3eabdca8040c06cb65 3,058 1.00/1.00 vMB 123
820,083 820,083 000000000000000000009e70b070830fe29aba1fbb1f199d03968db8232b91d9 2,893 1.00/1.00 vMB 105
820,082 820,082 000000000000000000028778550b4c6f9d402e8fd0637046ee56a9001c2b7b99 3,449 1.00/1.00 vMB 185
820,081 820,081 0000000000000000000411124209b885beeb2c07c5ee116a96dbd2c4ec7b303c 4,590 1.00/1.00 vMB 134
820,080 820,080 00000000000000000003701a4ca846fbc1a7ad945d44bca102e724b1dfb39470 3,149 1.00/1.00 vMB 145
820,079 820,079 000000000000000000002aefde8947d3e027ba7826e231f9b5d8245db33fee2c 3,494 1.00/1.00 vMB 179
820,078 820,078 00000000000000000001f49ad9198c23888c14d7fb42eb9631b5e02b296b56a8 3,520 1.00/1.00 vMB 166
820,077 820,077 00000000000000000003d18263d404b9d06a88a94df1e0cc6c4c68b9ef4b4d69 3,105 1.00/1.00 vMB 194
820,076 820,076 0000000000000000000166545a1bf40b159042443ddee2a21dc25525f6cc37b8 3,798 1.00/1.00 vMB 119
820,075 820,075 00000000000000000002a337d3a8fba0170903aaa4bb04ef0a6720b06bbe0bfa 3,460 1.00/1.00 vMB 129
820,074 820,074 00000000000000000000f00c25218d2366325c442a964024817ca63717d0d989 3,460 1.00/1.00 vMB 89
820,073 820,073 0000000000000000000103647c3139b0626bfdb1715138a8701a8d59e672fb4d 3,920 1.00/1.00 vMB 101
820,072 820,072 000000000000000000025aa2dbb233376886c47c92c41ead2c5c34337e883f5c 3,132 1.00/1.00 vMB 114
820,071 820,071 00000000000000000003a725b9db929191311b5d5c2ff5a7d3719f214a5a5bb5 1,585 1.00/1.00 vMB 89
820,070 820,070 000000000000000000029c170ca73ceee987202e850df5390b6676873260fb85 3,895 1.00/1.00 vMB 91
820,069 820,069 000000000000000000027c2bfa441e3254840101b5815bbf8e0f284f7d192bcc 2,503 1.00/1.00 vMB 115
820,068 820,068 00000000000000000003a23e0c00fd027bf084264daabc2da0b615f60a613137 2,702 1.00/1.00 vMB 95
820,067 820,067 0000000000000000000352ef7c71802228a63e1e4f0e67f1b221eb7df2d62448 2,960 1.00/1.00 vMB 142
820,066 820,066 00000000000000000002483cd170226df64b90acc54916590e5d9a4b9d657807 2,807 1.00/1.00 vMB 259
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.