Loading Tool

Explorer IconExplorer

Memory Pool

74,302 transactions
27.56 vMB
0.07231582 BTC
Random Selection Loading Transactions
Max Size: 167.87/200 MB

Candidate Block

Mining Attempt 1b198a363c55ef71905439e7833bbf940850cf5bde6210ee1df83b8335c497dc
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root ae3308760f8fabbd3a203b18e471af5d911ddc02e652b538cc45d67773ec42e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.01354700 BTC
Feerates: 402.60 > 1.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (347,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,354 567,354 000000000000000000116cd5c379d7d966b6c748acc7794ba0a4daac3e45a658 2,942 1.00/1.00 vMB 22
567,353 567,353 00000000000000000025eddc37901748a79576e6fa77161976d4e5068266ab6f 2,863 1.00/1.00 vMB 31
567,352 567,352 000000000000000000108377ac629d3d9531e78e95af07e53011c8c7f4e7f9ad 2,754 1.00/1.00 vMB 23
567,351 567,351 0000000000000000000a6cc1d56e262b675b3cfc9a6148b239d951e2212ed8b7 1,966 0.95/1.00 vMB 18
567,350 567,350 00000000000000000022c4c766b95f1f896ae877e90af919df24a73c63ae2678 2,076 1.00/1.00 vMB 10
567,349 567,349 000000000000000000015605dca4f74b91e0329ca22c13792df58b68229f4798 2,433 1.00/1.00 vMB 13
567,348 567,348 0000000000000000001bfbab7ada2a2f3287bf6a1ea83c18f73546792076c7cb 2,862 1.00/1.00 vMB 26
567,347 567,347 0000000000000000000409807ba8b42184bcd2679a0f6fc716e69df47ee78ac9 1,682 0.99/1.00 vMB 12
567,346 567,346 00000000000000000000643457a1ab7e68adadc2a88fc0e77731b96c7cacd3f9 1,801 1.00/1.00 vMB 13
567,345 567,345 0000000000000000001b498b4f05003b885f101322331ac200606f55beb20195 2,087 1.00/1.00 vMB 19
567,344 567,344 00000000000000000003fed221f438683ce780b644c4a559ecf35142f52f79c3 1,534 1.00/1.00 vMB 10
567,343 567,343 0000000000000000001d54626a6d8a865b303ac852493974639fa76816212f71 2,470 1.00/1.00 vMB 22
567,342 567,342 000000000000000000191767bb98e6e6e821d7ef34b8693a2aff0629a93ea26a 2,404 1.00/1.00 vMB 21
567,341 567,341 00000000000000000018a2ca1ab08c0c98c6b3f2ce3f1508d485fd43a3c577ba 1,789 1.00/1.00 vMB 49
567,340 567,340 000000000000000000126d18281a630fa873411e19d849fd087b9b7f9bc5d39c 852 1.00/1.00 vMB 83
567,339 567,339 000000000000000000089061b0e61bf1ea5dfa8dd046e8cd27fa02dd3841e32a 2,968 1.00/1.00 vMB 22
567,338 567,338 0000000000000000001a5fc3f1b25dbe673a1a83d8d83025e02d1bcd77f2f0f4 2,527 1.00/1.00 vMB 37
567,337 567,337 000000000000000000234b7302442eeeeec8a74b5bf5551becd1a618cba4f7ea 1,454 0.49/1.00 vMB 19
567,336 567,336 0000000000000000001a6927ae1dd80db53d2b75c28789e6a59e337a69320e6b 2,307 0.88/1.00 vMB 22
567,335 567,335 0000000000000000000d25b4286eb45d7de84785846a5a0bde321af1f3e27a7d 1,512 1.00/1.00 vMB 16
567,334 567,334 0000000000000000000cf3fd3e5d905b56bee69eed97f7d7a2af16eeb487814f 1,124 0.43/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.