Loading Tool

Explorer IconExplorer

Memory Pool

31,265 transactions
19.20 vMB
0.05462647 BTC
Random Selection Loading Transactions
Max Size: 110.43/200 MB

Candidate Block

Mining Attempt 4e3091c3501104481d4f52d3bcb2a94a4aa3891d32493691fcbb1e407d457e33
Version 20000000
Previous Block 0000000000000000000157a6a3467b2d1489b329e30b3bc5a5f118e1a6973dc7
Merkle Root 4f9b0d9045901ce2cb7972172f5d5eb722e2b2fc78abdaedab250b874b2f355f
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,960
Size: 1.00 vMB
Total Fees: 0.03154168 BTC
Feerates: 801.17 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,776 (45 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,731 938,731 00000000000000000000f2edaaece55a13bc19911ddf257c2dfd5017be732de8 1,374 0.42/1.00 vMB 2
938,730 938,730 00000000000000000000318854b00f19b497a0daecd52e93fb853a2338579456 3,400 1.00/1.00 vMB 2
938,729 938,729 000000000000000000009afdb8f2780c64a7b220d5c1b274f55a63a650df4e9b 5,800 1.00/1.00 vMB 0
938,728 938,728 0000000000000000000096d3d885322f9ba538fc4732557491baf10f593f27c3 4,886 1.00/1.00 vMB 0
938,727 938,727 000000000000000000008b3d929aaa92606ac44f85cd4570b88fc58f6a1a2a14 3,631 1.00/1.00 vMB 1
938,726 938,726 000000000000000000008a1d6b41185a0490c21953efb365015e3a54655c874f 2,431 1.00/1.00 vMB 1
938,725 938,725 0000000000000000000010282e351bfcba6abbdd340bd58aa2a79acdf7b98ee5 2,916 1.00/1.00 vMB 2
938,724 938,724 000000000000000000000f3919d5d4c31ee80405bf339da0e39368d36619610f 2,284 1.00/1.00 vMB 2
938,723 938,723 0000000000000000000021aaae8c3e2fd0c9c1274a59c2eef089ddde0bc061c3 3,573 1.00/1.00 vMB 2
938,722 938,722 00000000000000000001b505c044758a47162b863509763c09c8347891d52768 3,787 1.00/1.00 vMB 5
938,721 938,721 000000000000000000019f0d5f7297214e6f76b1e3376598de457b7014bd5e5a 2,058 0.91/1.00 vMB 1
938,720 938,720 000000000000000000017dd95c3fa2b2b514b9e0ce13fd45623e34ed98aceccf 3,795 1.00/1.00 vMB 4
938,719 938,719 00000000000000000001b7fadbbcb3e48ff360b48f0de861f4784686fe804004 3,674 1.00/1.00 vMB 1
938,718 938,718 00000000000000000001d383cb9724addf932162f89622d03ed09a7a97dc10b4 3,196 1.00/1.00 vMB 3
938,717 938,717 000000000000000000017f39c7b0aef5a828c38c6944eb2d4f8b1108b2840d45 4,400 1.00/1.00 vMB 0
938,716 938,716 00000000000000000001004e3c6f7d0d3f861e25a210fa6efa2a5c54df2ff83a 3,272 0.97/1.00 vMB 1
938,715 938,715 0000000000000000000176d32dc7d109d476e8df6c40c794bbb17d588aab770d 3,454 1.00/1.00 vMB 5
938,714 938,714 000000000000000000011c83718223b8592b670fd77579199e80f18a5516f3f7 3,719 1.00/1.00 vMB 0
938,713 938,713 00000000000000000001600d3ef5c3bc57c637662f242dbe5d517b2225a955db 2,242 0.90/1.00 vMB 1
938,712 938,712 00000000000000000000878ef3b97f11493c22d5c81f6c64aec18ab3cfa0e425 2,670 1.00/1.00 vMB 4
938,711 938,711 00000000000000000001ab687961313716805543cc31b92174c508a9ec144725 1,012 0.54/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 824.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,199.28 GB
    • Received: 229.26 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.