Loading Tool

Explorer IconExplorer

Memory Pool

79,789 transactions
29.96 vMB
0.10228866 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 5b320f90430322e75e8f6dcc55f3bdf7070ca6f45306ed39ffa28b3d90ba2340
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root e9a3b03589f2e36a28689f7e090817a0ce3c929673dd2c765a78a9b44ae02d92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.03378544 BTC
Feerates: 477.45 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (495,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,254 419,254 00000000000000000038e1bb063ee44070886f720a8bff9c36390ed1b894fba6 206 0.98/1.00 vMB 3
419,253 419,253 000000000000000000f61ee9bad7bbe6100952d573f2f24fc73f1f47c776e2fc 500 0.99/1.00 vMB 11
419,252 419,252 00000000000000000444746b748f3cba48eea20dcbb1ed093c5718daa39bf941 239 0.10/1.00 vMB 49
419,251 419,251 0000000000000000002529be2e527b2763075dc60c66415f298d0b64c12e8b00 1,452 0.83/1.00 vMB 38
419,250 419,250 0000000000000000019150fe2f5b5339605b267c8bd6ba5f4d18d0857cc3a0cc 2,422 1.00/1.00 vMB 64
419,249 419,249 000000000000000003ee47edc7b7f6d091b9f3aeaa04232d05241e828dcbead6 838 0.37/1.00 vMB 53
419,248 419,248 00000000000000000375b263f2859f2c4fe567b6b5d051cca4bfe6e38983c652 1,603 1.00/1.00 vMB 38
419,247 419,247 00000000000000000011f205728dc0e53d44a898e8bb529d56273216e0fbb602 1,336 0.66/1.00 vMB 50
419,246 419,246 00000000000000000063109034a9c50cff49b4b59ab38db2f698b39c8b095b97 566 0.24/1.00 vMB 51
419,245 419,245 000000000000000002da981ddf0350453a2ec28006d1be18ccef9d5aaa1cda58 1,396 0.68/1.00 vMB 46
419,244 419,244 00000000000000000152169e3e118b5d4d24a958e58c27e1bc5135bce1cdc4b9 1,225 0.58/1.00 vMB 52
419,243 419,243 000000000000000001a19133c3fe78479be603621f74eb6eda337c92c21ba71c 1,033 1.00/1.00 vMB 25
419,242 419,242 00000000000000000412c84ed6b88cf7a6e4d3e943f6fda0384655acfdd2c947 840 0.69/1.00 vMB 25
419,241 419,241 000000000000000004903adb20bf72fa310c6338d31001f267e33e0b11de20f0 2,794 1.00/1.00 vMB 70
419,240 419,240 0000000000000000043b95498fda3a5dbbf8600dba99971767e47995d8bde39b 1,916 0.92/1.00 vMB 47
419,239 419,239 000000000000000003b255d93c2aea40ec3fa139e8ff48247981a7d123c23533 1,299 0.67/1.00 vMB 44
419,238 419,238 00000000000000000312f0ced51e4dc5cea87fc999042641ab91b60fe52a5064 1,862 0.99/1.00 vMB 43
419,237 419,237 000000000000000004afbe01bfb8402f0ef89d85c5454000a598709d17e140aa 1,167 0.52/1.00 vMB 51
419,236 419,236 00000000000000000393d692bb6a25f1e6b66d62dd6fbbc8d8aa1e04a16deac3 612 0.99/1.00 vMB 11
419,235 419,235 000000000000000004b5972f43aa1f663cb1a48c4fffa053d61cfb0b58d6cdff 2,395 1.00/1.00 vMB 61
419,234 419,234 0000000000000000013baa02d4c3f7b6f08a0f6822b23de1f37ac4f8f2210074 595 0.34/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.