Loading Tool

Explorer IconExplorer

Memory Pool

87,253 transactions
31.67 vMB
0.22040326 BTC
Random Selection Loading Transactions
Max Size: 192.22/200 MB

Candidate Block

Mining Attempt 30fb2072f3e791f8b187ef70c3b6986a45822435a49a12a30d99ba1c7960ef31
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8a4b59cfbdd44d646c8dd4613ebc3c35299a54823ee272e0f08bb5caafd2a4e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,572
Size: 1.00 vMB
Total Fees: 0.11048041 BTC
Feerates: 502.67 > 11.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (504,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,446 410,446 0000000000000000034477dafe8ad8f92763fff17f980dfe83d66175d17669a6 399 0.23/1.00 vMB 30
410,445 410,445 0000000000000000013dc8afef8e9c75b4988351d9325147e610ceb3bd2ad604 1,972 1.00/1.00 vMB 30
410,444 410,444 000000000000000004a9c71a40ed6085439ba92ce7b176a8778d43638784b49f 1,672 1.00/1.00 vMB 27
410,443 410,443 00000000000000000161a8537a4a755475e27846f223769e1d194f01c6a8f9e9 1,012 0.52/1.00 vMB 36
410,442 410,442 000000000000000001d5cee85c21c84e85c3e53995bb1c0dde524045655770f9 1,886 0.89/1.00 vMB 36
410,441 410,441 0000000000000000037abc4f01795b21dda9c98c5b21df275f68c25506f6ebb2 1,099 0.42/1.00 vMB 37
410,440 410,440 0000000000000000040199a6c7b922f711ee7e98cd58863b8b981b02d2b83e13 8 0.00/1.00 vMB 147
410,439 410,439 0000000000000000044871a349da5dee0f8de014ad60ee8c46d2e5844a78e2b9 1,546 0.81/1.00 vMB 35
410,438 410,438 0000000000000000008ec0a94f2379fd8c8057cfa658d799026e3abdc85c10c5 608 0.36/1.00 vMB 34
410,437 410,437 00000000000000000545d9a216d9811366bc6e524f3dc92274d0f00c761f50a3 1,666 0.77/1.00 vMB 33
410,436 410,436 000000000000000003e98e4f1d153398a1cbcbf09d5e615006aeedb7f1aa039e 2,373 0.93/1.00 vMB 38
410,435 410,435 000000000000000001b5a8ec7aa7db62d3bb292b890ac555d62f0b6183d0cd69 2,177 0.85/1.00 vMB 41
410,434 410,434 0000000000000000010a29c0b1a671cccda124e52e675346209267c8ca4d254e 619 0.29/1.00 vMB 33
410,433 410,433 0000000000000000007980a850e4bc29a4371343d5fa2541ed65bce0daefb100 1,174 0.46/1.00 vMB 37
410,432 410,432 000000000000000005f7ffa3eb935761d1f21ebc7bb54eff8f9222a0af68dbc5 2,569 0.95/1.00 vMB 39
410,431 410,431 000000000000000003d7ca618b5a579e92d48e3b22c4767b42fbea77bd254a3c 800 0.35/1.00 vMB 31
410,430 410,430 00000000000000000555b3be0af2b8815b2f22dbd49f952449c6199b1bfe7825 171 0.08/1.00 vMB 29
410,429 410,429 000000000000000000c0d8357cdbf5d91ad6dad075b49320159291b513d14e7d 8 0.00/1.00 vMB 87
410,428 410,428 0000000000000000003e217206e0207d88c3441402afc7a9737731d8a3830c77 1,697 0.66/1.00 vMB 39
410,427 410,427 000000000000000001bed39783b57f9366d058261caf75bbf40303b9500da112 952 0.33/1.00 vMB 40
410,426 410,426 000000000000000002fddd1c6e5ce16d7a67f89b15bca30e10f763429b7dcb74 777 0.28/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.