Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
29.56 vMB
0.12260252 BTC
Random Selection Loading Transactions
Max Size: 178.57/200 MB

Candidate Block

Mining Attempt 19edd2cd64b2dd034873164eaaf07d73a4f722b6c4b82bc04688c746ee52a525
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 59cb095212c3826dfeeea357981aedeca454685d028685646e518875a4893bde
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.04320334 BTC
Feerates: 198.58 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (305,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,317 609,317 0000000000000000000761b91edad7686d41adb70a138f31dacf6df90cb0e3b3 1,232 1.00/1.00 vMB 4
609,316 609,316 00000000000000000002757a8cf5bf62822b1b64a3f9f654da62363593c648cd 2,875 1.00/1.00 vMB 20
609,315 609,315 00000000000000000010b097090f4b23cc8b2c27d84f0d2bd7f8e0d29c325995 2,604 1.00/1.00 vMB 10
609,314 609,314 00000000000000000008801aa9d52baad1d1f53a89363b1ec5681a0bb718f774 2,874 1.00/1.00 vMB 13
609,313 609,313 0000000000000000000c1bacaafe2f06285ddb2eb6448e0d7d041e0949f2e88b 2,922 1.00/1.00 vMB 35
609,312 609,312 00000000000000000005ca71318bce0edb3816579e9bb9b4faeadd172bd05afd 2,280 0.98/1.00 vMB 9
609,311 609,311 0000000000000000000819c18de0fc09d04a5e8d914dc8a3daf297e2d2005f6b 1,497 0.46/1.00 vMB 12
609,310 609,310 0000000000000000000d5abff45130f43e8d71c1481b00b4911117fd10371371 603 0.17/1.00 vMB 14
609,309 609,309 00000000000000000003143d4eb25cf436b3e354df8cff1c7f1dd295339d1c19 2,443 0.74/1.00 vMB 11
609,308 609,308 00000000000000000002bf2121ab0977dccdc07259ae02d630205dd551b5adab 734 0.23/1.00 vMB 13
609,307 609,307 000000000000000000073d7df4bde59eabc0789fb0ebddf2fbc7d87d225fcb33 3,083 0.99/1.00 vMB 14
609,306 609,306 00000000000000000006bd6b168728d51f72ada29d3a99dd60c6aaba9c381791 846 0.28/1.00 vMB 12
609,305 609,305 000000000000000000096c2ea69b1a4f755f28334d2b60815e1251568861cfd7 1,424 0.44/1.00 vMB 12
609,304 609,304 000000000000000000114dd587b4b3c0c4b8af0c1bfefb56dcaa24603a3fe86a 2,409 0.95/1.00 vMB 6
609,303 609,303 00000000000000000010b48142424349eee450664923d2a60dddbf4385d45fa2 3,071 1.00/1.00 vMB 14
609,302 609,302 00000000000000000008bb063ae680ba1dd9afef0060cf153cc9044f831d727d 3,224 1.00/1.00 vMB 18
609,301 609,301 0000000000000000000aff63917d166dbca5283b80cd65160367c9a1d3080b64 1,417 1.00/1.00 vMB 7
609,300 609,300 00000000000000000001a9882eb6e86626342cb7621fe5563cf6a8b74b92e0e1 1,963 1.00/1.00 vMB 11
609,299 609,299 000000000000000000131c4ef2f90dbec58ef72b7733bf972cedc46215d2996d 2,144 1.00/1.00 vMB 19
609,298 609,298 00000000000000000000b7b7dcffa88df6f386bc281504953e95f2c02a9f9b9b 1,698 1.00/1.00 vMB 57
609,297 609,297 00000000000000000009269d83fd79dc86b8b7ba31c9826165802dd9cfdf573e 3,131 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.