Loading Tool

Explorer IconExplorer

Memory Pool

74,800 transactions
27.62 vMB
0.07608034 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt c78b1d75d882e67550a8f611cf2598f81ede893827c4dd5d68a7aed01ae47296
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (480,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,456 434,456 0000000000000000011182fb46dc5c2c1e973e52d71f14623d74bed277258ceb 1,772 0.95/1.00 vMB 44
434,455 434,455 00000000000000000372f32a541265756d2d232a778772680282a339bf88fe3e 1,789 0.75/1.00 vMB 96
434,454 434,454 00000000000000000031e42a9ec1e7dd4da78323c90017c79b0d474dcd2a40c7 945 0.57/1.00 vMB 49
434,453 434,453 000000000000000002650cbfc397bcde41b032378c404d67d9fe503138fe4794 2,245 1.00/1.00 vMB 79
434,452 434,452 000000000000000003a2fbfeddf7a849805d69ddda1f89e16de4b5b3cb94f709 223 0.10/1.00 vMB 69
434,451 434,451 000000000000000003b2c437e77fc6b29c860525e1b6f17a516456de7bbcde72 1,177 0.99/1.00 vMB 34
434,450 434,450 0000000000000000043899eeb7b775dc99501c49eeef0f7088276a9081967fec 369 0.98/1.00 vMB 16
434,449 434,449 0000000000000000004d1e7707a58afaf3219dc68edbcf665e215cf54f70f9cc 776 0.95/1.00 vMB 24
434,448 434,448 0000000000000000007d7674bbebf0dc0677c6f0d70792b3fe663a0bee48994c 2,225 1.00/1.00 vMB 54
434,447 434,447 000000000000000000aea68b4a19deb2671656c1c8696f5357b21cfeb411afd8 1,046 1.00/1.00 vMB 26
434,446 434,446 00000000000000000007e2d003894be990bcc94d48ffb8a39f229fa7bc9b910b 2,030 1.00/1.00 vMB 40
434,445 434,445 0000000000000000032b66beeb35892edd5cad85ff51cd6981961b0a0dfae6d1 1,881 1.00/1.00 vMB 56
434,444 434,444 0000000000000000006e880c21cc52c73a94aac06bd37ea6d7de5bad28d718bf 2,582 1.00/1.00 vMB 73
434,443 434,443 000000000000000003b08132519e67e33a1e32ed60d1790e28b8a7426f4fa010 2,786 1.00/1.00 vMB 74
434,442 434,442 0000000000000000030619ffc96e681e52c686107ed2cb13aaf539ea8798b358 2,437 1.00/1.00 vMB 60
434,441 434,441 00000000000000000267b0fec53c3f1785a48ebbd6eb5793389ea2472408f77e 2,736 1.00/1.00 vMB 82
434,440 434,440 0000000000000000000405ebb12f2c0fc4553f982f52bb270cfe49b4efb66d6d 1,630 1.00/1.00 vMB 40
434,439 434,439 0000000000000000040e8ab81561803f05d8be636699fa41e8000373aca926c6 1,549 1.00/1.00 vMB 38
434,438 434,438 0000000000000000006a8506cc82a093e2c98e935dc125ec0f3ad1c718e226f4 2,663 1.00/1.00 vMB 73
434,437 434,437 0000000000000000021372198e852de2cc70a60a7930e574a8d8deadf47481b3 2,319 1.00/1.00 vMB 73
434,436 434,436 000000000000000000a2cd601bdea93e9a0e4afe362e0ef3b83f601a92bcbd6f 2,088 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.