Loading Tool

Explorer IconExplorer

Memory Pool

28,141 transactions
5.75 vMB
0.08620339 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.89/200 MB

Candidate Block

Mining Attempt 5d74c358a93584c31ba03d721a8f0c65e40b90741b763aa1203d3399215cc483
Version 20000000
Previous Block 000000000000000000014563cbc7c40b83350aa86b0f68f84833e052355143cb
Merkle Root df9eba10862820360eea6c11f078f7770ffbe3d562e492c5bf4e069f8fd3f151
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.06913625 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,842 (866,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,311 46,311 000000000c8bddcf3ecaf040311b99127e53fef4aea75b00000e7275a3ca116b 0.00 MB 1 0
46,310 46,310 000000002e233f53c7271ab0b959c306bb9e2e4c89032ecfc872af4e476c56b4 0.00 MB 1 0
46,309 46,309 000000003194947834f16fb9216e2d0747624beb2c7db247036b3f44b1e5521d 0.00 MB 1 0
46,308 46,308 000000002811983022375a12d7d99470c39ad493475408f4cb9cb2f54aa4380c 0.00 MB 1 0
46,307 46,307 000000001b0e9046e593b1bf78c5651b1463cb63e8e6f33a888b62bc8dc8b228 0.00 MB 1 0
46,306 46,306 000000000ac5c174e173d95f64d585a456e913de35b7a586346184b105dede7d 0.00 MB 1 0
46,305 46,305 00000000025ff5ba45844a8bc135590eb1095ac5b765efd5b2501ac46668a308 0.00 MB 1 0
46,304 46,304 000000002268570f2d16f639279690ad926beef4f736afd1b1a8181d1c77fd2e 0.00 MB 1 0
46,303 46,303 000000000c0685422964c6e2fd53406fccc79d6a6a88b62de167aaa03f5cff9b 0.00 MB 1 0
46,302 46,302 000000000c3843910e8df54cf69e99d3433e12063f4cd79cb5ba6eb8f0cb3e91 0.00 MB 1 0
46,301 46,301 00000000021e1e5301c00408cc135a6e2bef87537c6e456e70ae0d0a66123899 0.00 MB 1 0
46,300 46,300 000000002541291e14acdc14f71d79f027557dc617e0ee1ccfd49089c1fe9d50 0.00 MB 1 0
46,299 46,299 000000000fccb9e6031debf4f27dd9b1851b614e8053272dbc86f906ed292fa9 0.00 MB 1 0
46,298 46,298 000000001a7de8bbe3d089115a2a2803fa33618a6eeb0631c0f787303aa7795a 0.00 MB 1 0
46,297 46,297 0000000010c43b518a634da12b05cfbac69bd167f559e530fa765fee84774ff4 0.00 MB 1 0
46,296 46,296 000000001f04a1140a5e3e856a6674e88aac33ca933a9265c826137345fc4dc5 0.00 MB 1 0
46,295 46,295 000000003772d28cd49f1f2fb901873d4e7c6a29003e9e25bd5cee685975cc20 0.00 MB 1 0
46,294 46,294 000000002eafcc1eba87b3674942e7c984542a1a3d56fc21beda154092fae4f4 0.00 MB 1 0
46,293 46,293 000000000648497e08d81c649d17853d63b71e87a6a0119aee59f8049bf1ac72 0.00 MB 1 0
46,292 46,292 0000000011fa501da8c02df5885a7d94f738ceb0e1da70b0df0bc59e7340694f 0.00 MB 1 0
46,291 46,291 000000001ebeca470794363596f20fe5994cd6ef24aa1188e284079d61714e41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 100
    • Outgoing: 10
  • Data Transfer:
    • Sent: 193.44 GB
    • Received: 2.13 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.