Loading Tool

Explorer IconExplorer

Memory Pool

40,774 transactions
27.65 vMB
0.07120075 BTC
Random Selection Loading Transactions
Max Size: 141.86/200 MB

Candidate Block

Mining Attempt c64fcd8c96b1300987a4942f572faa1d3125811fa5493b67ea5cca55906580d8
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root dcae4a96cccd05e280c483577d1476e7ac4b484b7c31f8113b0d9365505cecaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.01849692 BTC
Feerates: 307.10 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (324,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,398 590,398 000000000000000000159d117f06d8bff2530ed7ea9eae28c477747abb55c389 2,919 1.00/1.00 vMB 47
590,397 590,397 0000000000000000001860c24a5790bafd66a99685ed14b6202831f2486985b8 2,646 1.00/1.00 vMB 47
590,396 590,396 0000000000000000000a19ea77c3bcad64e40be3c8b367f3858696cd37d40295 3,151 1.00/1.00 vMB 62
590,395 590,395 000000000000000000183ab7989df2039ffb5eeb423bd165e5e09e5fa5bbc6f2 2,758 1.00/1.00 vMB 70
590,394 590,394 00000000000000000012f6cfc10a84062d325d9d848836195c96ebe80ad70ddb 3,110 1.00/1.00 vMB 57
590,393 590,393 0000000000000000000b3bc1cf9dd9361561be454a60feb256f89f567e71092e 1,760 1.00/1.00 vMB 49
590,392 590,392 0000000000000000001485a73273c4d625bcb92a0dd65e77b8a746e2319a0206 2,187 1.00/1.00 vMB 63
590,391 590,391 0000000000000000000d381527d9c19570d92e28d36f062a454fa899f2ee816f 2,720 1.00/1.00 vMB 60
590,390 590,390 0000000000000000000a39ad1d1fa7ca3514828950446b0727da9c3f414ff0de 2,326 1.00/1.00 vMB 57
590,389 590,389 0000000000000000000ea90a9229f651ac0ec54ce90871059ffa4a684b1eb416 2,921 1.00/1.00 vMB 79
590,388 590,388 000000000000000000042b3097e6161e6c453f2d98eb371f60ee5906ba2be77a 1,420 1.00/1.00 vMB 81
590,387 590,387 00000000000000000019ddb2a64aa2d663e4ceeca6a07fa2ebc46ad52cde4cfd 2,934 1.00/1.00 vMB 69
590,386 590,386 00000000000000000010be65c8edd50baf57f4529b67ce6c65175f7f55eee94c 2,590 1.00/1.00 vMB 27
590,385 590,385 000000000000000000108d94c1ec199e934fbabab87e33466fafdf2993af75c7 2,527 1.00/1.00 vMB 48
590,384 590,384 0000000000000000000ade77f3e6028ab963c544a3d593d21fd88425ad39bb66 1,344 1.00/1.00 vMB 14
590,383 590,383 0000000000000000000462f74e6c1ebc91a0b09a4dacf7be5476e23605d3e492 1,387 1.00/1.00 vMB 10
590,382 590,382 00000000000000000002c9090af640f84082d87794496399f19d492407d2a12d 2,473 1.00/1.00 vMB 59
590,381 590,381 00000000000000000010080d2bbce3c2b216d092689ab8546144207308fdfe3c 2,312 1.00/1.00 vMB 16
590,380 590,380 00000000000000000015d6bbb451ca9b669432a1e03186a8eb239b3c47eb12a5 3,048 1.00/1.00 vMB 33
590,379 590,379 000000000000000000009dd415314d5f111a547a9a1e9b445700ed894cef710b 2,591 1.00/1.00 vMB 83
590,378 590,378 00000000000000000015f3375e7516f8f270dd0b4f2557b8f959c43dab01fc96 2,126 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.