Loading Tool

Explorer IconExplorer

Memory Pool

75,470 transactions
28.27 vMB
0.06250856 BTC
Random Selection Loading Transactions
Max Size: 171.20/200 MB

Candidate Block

Mining Attempt 92d50616abc052b52c6f76525c75d9e1ca68d8c66c9353e0d1d237570544763d
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 348e5443145ef64b6f75b90e025b55fa45fa451966229c8450361cd115d134a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,394
Size: 1.00 vMB
Total Fees: 0.00403091 BTC
Feerates: 40.21 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (683,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,522 231,522 00000000000000911fa46f91f2ed7247c5d24a6cdf59cb6c534fc0577b6dc167 483 0.22/1.00 vMB 153
231,521 231,521 00000000000000c5e93b4f06d2ad651fbed0f93324009fcb4a5df0ef8b3eb95b 345 0.15/1.00 vMB 175
231,520 231,520 00000000000001679e05f2843cfec4a5b7f78cb0404d24a4e97e7975c71dd6fa 607 0.25/1.00 vMB 162
231,519 231,519 00000000000000f352467d790e3e3d6e16eac2cfc3868686411025cb55cb5ed4 15 0.01/1.00 vMB 122
231,518 231,518 00000000000002052b27221736dd359e0d5a5e01e42d5de401ffc66c15697823 84 0.04/1.00 vMB 163
231,517 231,517 00000000000000454dd3ed214f70ff65e7a992075d494d10ba4a8a9586016d93 211 0.12/1.00 vMB 134
231,516 231,516 00000000000000a17ce5b3ef58e8934d27bc470caa20f1fdb9689a8b8e0e3f13 525 0.24/1.00 vMB 163
231,515 231,515 00000000000001c54072f301f89bd4f9800a17e7c1e4f7b98d98e610f80b11cd 148 0.06/1.00 vMB 220
231,514 231,514 00000000000001f753e11bd2a92dde103805507719309a8da163ff0715555a03 544 0.27/1.00 vMB 132
231,513 231,513 000000000000021bf68b552f21cc9d4640164c96fa77f0e741ed800ef760ca4c 90 0.04/1.00 vMB 192
231,512 231,512 00000000000000fc5b8e897cf8fea24cce8a69ae599b7da36c03a3d40ba4ac54 32 0.02/1.00 vMB 128
231,511 231,511 00000000000001ccfc08e49d1a68c77b9eeba7ed3a3e3f00dbaf8187c64e2f02 30 0.02/1.00 vMB 119
231,510 231,510 00000000000001b5ee297b070e9c27af4f796f6abd200c5dba149a5a032ae2c5 298 0.15/1.00 vMB 145
231,509 231,509 000000000000011684409743c706c0e5e40ebe0d73a5e9c54d17de532018c44a 279 0.12/1.00 vMB 194
231,508 231,508 0000000000000091b624a8346ef9c52f59dcf46c2e2fab1faf9a96853cab694a 151 0.10/1.00 vMB 55
231,507 231,507 00000000000001841d24bd46d8dd12037dbcd10ff4737e40d9e3df093d6c07dc 772 0.30/1.00 vMB 162
231,506 231,506 00000000000001acb65188c2b2c730053bed2118a97fa841d62982ab46e1b194 126 0.06/1.00 vMB 82
231,505 231,505 000000000000005a19f7903a56c399211ee4b049504e3fd3120be0fa20f51918 756 0.41/1.00 vMB 141
231,504 231,504 0000000000000166f5165037c10dc6dc6906a1c9b2e90aa5a751d028deb5ef88 515 0.29/1.00 vMB 133
231,503 231,503 00000000000001c2956cb568b7e7f43b7e3bfd5f2e2dd8ee807b86b61b04ef4e 624 0.25/1.00 vMB 196
231,502 231,502 0000000000000161202285e20ce082a898820c30f2897bfdffbda2b3e4e728c2 149 0.07/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.