Loading Tool

Explorer IconExplorer

Memory Pool

73,300 transactions
28.23 vMB
0.07288724 BTC
Random Selection Loading Transactions
Max Size: 167.08/200 MB

Candidate Block

Mining Attempt bb1f6b94275820846d1d78b8d576c8c1c335c49590fefed0e13f74b216be2da3
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (294,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,460 620,460 0000000000000000000ca42cc53c74b5d221214210e4aee9a0e2f94e07780e38 3,085 1.00/1.00 vMB 20
620,459 620,459 0000000000000000000c91618be82ebb870e9e6cffe3846624e47d05992a6dc1 2,816 1.00/1.00 vMB 39
620,458 620,458 000000000000000000011de3f5a889dde4ce79158b9856ca9365143984745f7d 3,234 1.00/1.00 vMB 22
620,457 620,457 00000000000000000007e4f252e08de746a5434336c230272b576e80b6fca2c6 2,126 1.00/1.00 vMB 17
620,456 620,456 00000000000000000005383cf0bcd94e53e92fd1b19087237b04692779b52a25 2,744 1.00/1.00 vMB 22
620,455 620,455 00000000000000000006ac62d1f8d7515c45cd25f0319aec4dec5317ad9ac902 2,588 1.00/1.00 vMB 18
620,454 620,454 00000000000000000010137a8d34087402c26e84d7fcb3bc1c8a6d479acac2c2 2,342 1.00/1.00 vMB 49
620,453 620,453 000000000000000000028bc81ff324d52296b871fcccb7bf35978483a33ab962 2,569 1.00/1.00 vMB 35
620,452 620,452 00000000000000000007dff39e1337c2f058ebc2399838bbe702c8092ed69d85 2,474 0.85/1.00 vMB 16
620,451 620,451 0000000000000000000a5b2f09b1115f239e94989c995f0eb5b9f16c93d48b30 2,247 0.84/1.00 vMB 9
620,450 620,450 0000000000000000000ab563ef471292d7dae634ed4b8fc044e0320731e8aae2 2,835 1.00/1.00 vMB 8
620,449 620,449 00000000000000000001bbcb9c6761178308aefcf36b4595059e85f5552fd2ea 2,256 1.00/1.00 vMB 10
620,448 620,448 00000000000000000007b77f6d5bea6875998f18f8b9f4584a039d8ac661bdc4 2,543 1.00/1.00 vMB 27
620,447 620,447 00000000000000000000831f697c1d52b4507bcb60053b8327226e5b7ad3f74d 2,592 1.00/1.00 vMB 8
620,446 620,446 0000000000000000000d8270b151050cde85797b2534ebcf16bd3989ee3a407a 2,632 1.00/1.00 vMB 28
620,445 620,445 0000000000000000001183e4217a8acfe2300db08911e79bdea9f73ac623d623 2,800 1.00/1.00 vMB 10
620,444 620,444 0000000000000000000aab68ec809ca74d076a1e2f915d2d680c4af3e95a006d 2,689 1.00/1.00 vMB 21
620,443 620,443 00000000000000000008891938739217c24ec3dee3531ca813e52924b75677f5 2,692 1.00/1.00 vMB 19
620,442 620,442 0000000000000000000a0a0a15f2d85c4ac00d221ffc46772fad839a9fb708e7 2,219 1.00/1.00 vMB 22
620,441 620,441 000000000000000000038946b53b6474603dc6564be2562235c539140ad38424 2,440 1.00/1.00 vMB 7
620,440 620,440 0000000000000000000c8753c8321fccd02361ef47ea94e8c22b8a16fa99c2e1 3,182 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.