Loading Tool

Explorer IconExplorer

Memory Pool

80,906 transactions
30.05 vMB
0.07363473 BTC
Random Selection Loading Transactions
Max Size: 181.17/200 MB

Candidate Block

Mining Attempt 7e478732199abb4d3715279b5888ba5786af08ecd31ed983fe2118d18bb410ce
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 899387cbd5a5e4d5006249fd1b315fa125dc01d10a4c147862a9435578ae07fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01221648 BTC
Feerates: 40.21 > 1.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (344,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,328 570,328 0000000000000000001bfe7850b8f05528a82822b964d5c7602e24e4992f90b0 1,522 1.00/1.00 vMB 13
570,327 570,327 000000000000000000065020d60cb88c6a186c90c6085c53a6f05066f9357bb2 2,394 1.00/1.00 vMB 63
570,326 570,326 0000000000000000001f2d076c57e788a2510aee58a62d2fc2f3743382c336c6 2,498 1.00/1.00 vMB 57
570,325 570,325 000000000000000000058e34ee61e98657eba89891d5c68d8cf0e5f492553f9e 2,785 1.00/1.00 vMB 57
570,324 570,324 0000000000000000001ec323ddd49262e7a583298b3d5cf76a4c20d20164a398 2,050 1.00/1.00 vMB 54
570,323 570,323 00000000000000000013697027d026b59040c588b8ee26b9d2504eb875aefc74 2,278 1.00/1.00 vMB 42
570,322 570,322 0000000000000000002b8bf2d974b618fe7950c485e6d6f4301b51bc8242693e 2,706 1.00/1.00 vMB 65
570,321 570,321 000000000000000000115026b17e175a026d5cbd0e76147a27984a8c48bd2175 2,351 1.00/1.00 vMB 100
570,320 570,320 00000000000000000004f909e01a0a2f169fa7c5893acaf1610aac1b09f45a47 2,855 1.00/1.00 vMB 121
570,319 570,319 00000000000000000001f9f98be0f170ad4d6858e9e49c763f925634d1e767f0 1,747 1.00/1.00 vMB 149
570,318 570,318 0000000000000000001cf74d670fe632230e1a34a04f8024210de5162e944f9b 1,447 1.00/1.00 vMB 166
570,317 570,317 0000000000000000001b99b816a08af7b242f3f6f3f341495eebb97b039fe8eb 2,921 1.00/1.00 vMB 98
570,316 570,316 0000000000000000000d59a36609e052a2ccb0f280d4d8be56b1d08b75bc2575 3,090 1.00/1.00 vMB 125
570,315 570,315 000000000000000000134d7ec4891f1887e5fcf2ce3433a5e196ae8f1eb3b9c7 2,752 1.00/1.00 vMB 141
570,314 570,314 0000000000000000002963fce1dcfa9b5af7b66e02927498198f9a78ee798ae5 1,075 1.00/1.00 vMB 49
570,313 570,313 0000000000000000000fc61cfe1944b29c58fb5c6f5de933af64760e24ec1671 1,968 1.00/1.00 vMB 70
570,312 570,312 00000000000000000014bc72c765edda982fc0f6fae0f3fb49f631dc222cea09 1 0.00/1.00 vMB 0
570,311 570,311 0000000000000000000d874a068383da8e0823514eb3d702a7a4782bbefeb69c 1,194 1.00/1.00 vMB 107
570,310 570,310 00000000000000000010ccd9b0f8b70421294c880f54a03e789a21587d42fcf8 2,020 1.00/1.00 vMB 81
570,309 570,309 0000000000000000002b8fbba8cab33c3712cf080685661cf2d342178d5cf21f 2,174 1.00/1.00 vMB 83
570,308 570,308 000000000000000000076c1635a19661d23eb11af0fefdb4aae31af2a816ded1 1,918 0.87/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.