Loading Tool

Explorer IconExplorer

Memory Pool

25,852 transactions
13.78 vMB
0.03096807 BTC
Random Selection Loading Transactions
Max Size: 83.39/200 MB

Candidate Block

Mining Attempt 7dd86cf0c1a743b6538fa3df3b74beb925b0d2d584f12d0d6f556aa36ee9d39b
Version 20000000
Previous Block 0000000000000000000125d824d57919da060f41683f8026effb2b87fa5f7630
Merkle Root 5ef20df1591f5b9de5b11ee12bc6f49986f08bdb6955fcefeb829a94031a419e
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.01608813 BTC
Feerates: 150.77 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,571 (39 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,532 938,532 00000000000000000001b52ad8fa747c591d29904a0faafb8535f28f10441c5c 222 0.06/1.00 vMB 2
938,531 938,531 00000000000000000000abb9450aa8f44961397848a502a142f05f5aa39623c5 3,064 1.00/1.00 vMB 1
938,530 938,530 00000000000000000001311a8276cd8f2496a2afd0380de84dc104a0ef35ef27 3,456 1.00/1.00 vMB 0
938,529 938,529 00000000000000000000aa4b65b992a2261bafcb447a9f16dcebc9a7b95fbcce 2,955 1.00/1.00 vMB 0
938,528 938,528 00000000000000000000d38a6e0306a432b796a4b28a6add885d0788e367e71d 4,273 1.00/1.00 vMB 1
938,527 938,527 000000000000000000018e49f06f2076d3b6cd45a3eecc7e9567d2f0c009715c 3,705 1.00/1.00 vMB 1
938,526 938,526 00000000000000000000c2db77f5733267aa78a5552abf3ac9c154c73dabad0c 2,356 1.00/1.00 vMB 0
938,525 938,525 000000000000000000000a5930f067b21b4c5f8e9a53c1a448b417dff4e19e72 4,316 1.00/1.00 vMB 0
938,524 938,524 00000000000000000001d09b4500743f44cd031c9ebdb80d3f7e52808d1ce9e4 3,077 1.00/1.00 vMB 2
938,523 938,523 000000000000000000018eb0d6df36875b5e01cfe1d4b03e887e63ab2ce5c398 12 1.00/1.00 vMB 2
938,522 938,522 0000000000000000000029e2709135062e34077b3a7dcbed8fb3efd8618f3f8f 1,977 1.00/1.00 vMB 3
938,521 938,521 0000000000000000000020d3c040a458c4e556d4708a3f82c0261ca3e3132185 2,703 1.00/1.00 vMB 0
938,520 938,520 000000000000000000014380689de0515f14b7ee589b65c04ace30047e09052d 3,226 1.00/1.00 vMB 2
938,519 938,519 00000000000000000000637cdc4883f3457d4a4f83bb0c73db635f45b10ab53c 1,950 0.77/1.00 vMB 1
938,518 938,518 00000000000000000000679b412a417e7d9dd1ea91e443a08478df4aca8e8156 1,845 1.00/1.00 vMB 2
938,517 938,517 00000000000000000001529af3af1e0a8ab3f41f16a56e1a9509370a6daa6032 2,152 1.00/1.00 vMB 5
938,516 938,516 00000000000000000001009d17827caa9194701103163d9023a76a36aa1fe4c9 694 0.31/1.00 vMB 2
938,515 938,515 0000000000000000000180272cc3bdb768e5eaffdc817959f064759b887557ef 1,838 0.77/1.00 vMB 2
938,514 938,514 000000000000000000014b88d7f9b0e3bd7045e78096482b9f5c1c16cb9186fd 2,235 0.77/1.00 vMB 2
938,513 938,513 00000000000000000000093660db6442125bc9c15c517b52e9d2fcbb069334a7 2,236 0.80/1.00 vMB 2
938,512 938,512 000000000000000000006095445bbdb04a675e55187521e7b77b4fd9a4c72b6f 3,564 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 824.14 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: 4,118.70 GB
    • Received: 227.48 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.