Loading Tool

Explorer IconExplorer

Memory Pool

30,273 transactions
25.74 vMB
0.06099848 BTC
Random Selection Loading Transactions
Max Size: 128.00/200 MB

Candidate Block

Mining Attempt 7bfd7b2cb961a7e7b2b1fb7236f913ce68ed48a09bdf54851e8d95dd3bb66007
Version 20000000
Previous Block 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8
Merkle Root a4920c616888114e646b1dbb3db014e8502a9c0d403c501d566e8f3644717af0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,775
Size: 1.00 vMB
Total Fees: 0.01395092 BTC
Feerates: 150.92 > 1.40 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,284 (790,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,299 123,299 00000000000057b476ebce5b4dd9c89693d6b6e6f5986f02dfcab6037ce39143 11 0.00/1.00 vMB 488
123,298 123,298 0000000000000ed8ed4fc143832f8ff6bb6f02970d0a932ebcee7b3630b52830 1 0.00/1.00 vMB 0
123,297 123,297 000000000000291cb6751454b0eba026de9eb7085ac80913299649542904c088 10 0.00/1.00 vMB 920
123,296 123,296 0000000000005f047875de55e1c716e16a7de5bfbb0588e029f982e5bbc8c5d5 56 0.03/1.00 vMB 236
123,295 123,295 00000000000067218fe2d99a9b5b06cbf232fde45bda545f1392c85da73f78b9 8 0.00/1.00 vMB 1,936
123,294 123,294 0000000000001d8cfc35de95bc5d21474109e4c034500806dbeffdbf45557a6a 12 0.01/1.00 vMB 434
123,293 123,293 0000000000005e2362425bd277a8fbdcf774fc7360e4f73fe6a1fc2fe4024ce1 11 0.00/1.00 vMB 467
123,292 123,292 00000000000056ceb63bf8af7eef2942c4e1a5f8d5bcba9f7c856f0766f5a36a 1 0.00/1.00 vMB 0
123,291 123,291 00000000000019746bb661b240a3c57b1f28e49316b9bf756052bb12322f4247 28 0.01/1.00 vMB 342
123,290 123,290 0000000000004681186ed4ecc4d10ba14b0d948261155df392a7d6926240f96a 16 0.01/1.00 vMB 343
123,289 123,289 00000000000018718c3bfafe577dd9ebf32e5a0cbd9aceeb6e59fd583e151d23 14 0.00/1.00 vMB 35
123,288 123,288 0000000000005d3f176c70bb556bf1b2af52d3fc2c438508b76f442adaef7db2 2 0.00/1.00 vMB 4,464
123,287 123,287 0000000000003c619fc3161e396cd45f7116cce34e50ea8658555dbc5492fea2 18 0.01/1.00 vMB 176
123,286 123,286 0000000000001d643173494e61ab081c85898b10b055b2d98db512e9f0e54558 7 0.00/1.00 vMB 1,017
123,285 123,285 00000000000013b50e19c95299447bb04ec5ea8688075f7693b2cc7a7abba4c0 10 0.00/1.00 vMB 0
123,284 123,284 0000000000005eac3702bd7cc10b40b45a48d8b3604ea1e07c3b9197518dd000 29 0.01/1.00 vMB 215
123,283 123,283 00000000000066c9fda6210b7ab5a93ed28e9a2b2d1878d47c2443634fa14530 11 0.00/1.00 vMB 643
123,282 123,282 0000000000002465a22346ecf2e39a080186834721d187b4799af36740899dd6 7 0.00/1.00 vMB 0
123,281 123,281 00000000000018d26216741f5e386c06537ddbd5837c1708198b4cb2a3e21592 12 0.01/1.00 vMB 465
123,280 123,280 00000000000031a08bf4c9e756088e5351ee4585bd8525abfb52784ffe627dbe 10 0.00/1.00 vMB 1,436
123,279 123,279 0000000000000a2d29db25fcfd85bb073e9cf686c83651b487331fde0b0be0f8 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.10 GB

Node Details:

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