Loading Tool

Explorer IconExplorer

Memory Pool

25,625 transactions
27.14 vMB
0.06311503 BTC
Random Selection Loading Transactions
Max Size: 129.55/200 MB

Candidate Block

Mining Attempt 589e07373f705b1779f7952468ad43ff1e1dcaaa78be9e14037d31a1c982b598
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 324a2286742baecaa1b8be7801c598d3054919d6a96c9c0816b555a771cec27f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,278
Size: 1.00 vMB
Total Fees: 0.01198532 BTC
Feerates: 171.09 > 1.20 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (471,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,324 443,324 0000000000000000016a7775ae14357637b105be3f9b8726f8fec9aabf35ce4f 3,481 1.00/1.00 vMB 69
443,323 443,323 000000000000000000938f38bbec8cb689a4ab77b1d1a9146833ccb894913349 3,422 1.00/1.00 vMB 74
443,322 443,322 0000000000000000003231c840dc0b4cb201f49335ea424ea141019521d2a54f 2,508 1.00/1.00 vMB 72
443,321 443,321 0000000000000000012c42b4c923fb485685369e3e4d5321d7b159492ddf73cf 2,560 1.00/1.00 vMB 91
443,320 443,320 0000000000000000001b812f6649c1c531dc3869732b0d796cc1abc42946ae43 1,826 1.00/1.00 vMB 73
443,319 443,319 00000000000000000099e43afd7ff0e5c6dbadf6310a85892578a1197eddacd8 2,255 1.00/1.00 vMB 87
443,318 443,318 0000000000000000002c665d3f5478c339b6e11c380d3f4329820d12b17c1ce9 1,972 1.00/1.00 vMB 84
443,317 443,317 000000000000000002c1068705d3a2e9104fb94f4cafcc4824741dc8a9cd86b9 3,616 1.00/1.00 vMB 76
443,316 443,316 00000000000000000123a493800c4a102651daa1a5488c8baa95777cd66f472c 2,036 1.00/1.00 vMB 85
443,315 443,315 000000000000000001d5be937b50d145557c2293fdd3fd680a973fd1c6cc256b 2,285 1.00/1.00 vMB 102
443,314 443,314 00000000000000000313b39d5d0c30b6a43dd74db15dc27e3458fd104516db22 2,645 1.00/1.00 vMB 94
443,313 443,313 000000000000000002a654de9025090cb717d708902d842ed3265c6fe29bd41a 2,074 1.00/1.00 vMB 75
443,312 443,312 0000000000000000009f155b2168a347082a0f9b2fcd5f22ad25ba92067a2fdb 2,003 1.00/1.00 vMB 79
443,311 443,311 0000000000000000006e08a4ee58e331c62900a5bf26b91b2ac93c24adca5948 2,559 1.00/1.00 vMB 106
443,310 443,310 00000000000000000110fc9da8002532a1a875bd1b80307e6bcb4b15cd31d979 8 0.00/1.00 vMB 1,576
443,309 443,309 00000000000000000220d0494b738c36ebaf05a1aebaccaa3d63213254ba4ed7 2,419 1.00/1.00 vMB 98
443,308 443,308 000000000000000001ed1a446bf7a2db9f16c9795d745a436a83ea4efe4a8334 2,459 1.00/1.00 vMB 81
443,307 443,307 0000000000000000007a5b6b08e17437bda5f7a2da3e7008219eaa85d67aa947 2,546 1.00/1.00 vMB 105
443,306 443,306 000000000000000000d9d0bb1a74e72ddcf5dd70d6387ca5278ef55bc7bf41e3 2,002 1.00/1.00 vMB 74
443,305 443,305 0000000000000000037b4c2eb0327f67583acf74731b60568334112f50afdeaa 2,241 1.00/1.00 vMB 91
443,304 443,304 000000000000000002a3768c32bd34bd113a49bb29db47b6ae7154d53500590e 1,655 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

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