Loading Tool

Explorer IconExplorer

Memory Pool

27,419 transactions
26.10 vMB
0.10138363 BTC
Random Selection Loading Transactions
Max Size: 127.06/200 MB

Candidate Block

Mining Attempt 9eeab767adeb919ce6363faf978860f16e332b6637ead69f6858aa51d3cfbba3
Version 20000000
Previous Block 00000000000000000001090ec052ae3c4d703d7195cc255ee1057bbaaa426005
Merkle Root 0fa501c7ce1967d6d398daafa0dc69261c8c499c32e633083d8b4ad3e319ec3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.04730372 BTC
Feerates: 502.67 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,236 (819,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,542 94,542 000000000003f570fa6ae83f1499ea9eaabce64ba586a352b49bb89176f2c1cf 1 0.00/1.00 vMB 0
94,541 94,541 0000000000027db1778f1bc1c6c754540bb0b2972320b511baec0b304a36c546 4 0.00/1.00 vMB 0
94,540 94,540 0000000000097440a852a31da7f7c5e0d609f3594d4b9b465915733da3d34d40 2 0.00/1.00 vMB 0
94,539 94,539 0000000000034b64d238bbf942aca6fd63048a49ab6ae2fa8c815ea7c38e1850 2 0.00/1.00 vMB 0
94,538 94,538 0000000000052cf86806efa4ee4a7d079ef0d1c880c602ab8c15b0eea8954961 1 0.00/1.00 vMB 0
94,537 94,537 000000000001b9a2cd7466e1876f9e465d3212714d97a41e76e6350d4dd5cb3e 1 0.00/1.00 vMB 0
94,536 94,536 0000000000066d904d334bf10bd53a9b5e366035e2aeaaa0c351e48532717ebf 1 0.00/1.00 vMB 0
94,535 94,535 0000000000081e907f71228a570485566c8d63eb60d991dc74b86ed483b7eb95 2 0.00/1.00 vMB 0
94,534 94,534 00000000000588e11326dc8f0df2ed92d6e9b9fa13dab71bd15a11da491a7266 1 0.00/1.00 vMB 0
94,533 94,533 000000000001514a9de3f9904e559585309a6ebb97b08704c39ddd7a54de86e4 1 0.00/1.00 vMB 0
94,532 94,532 000000000001dd021fcea6a3f19588169080bc12b4f7d80b7d2f98b6007a8745 2 0.00/1.00 vMB 0
94,531 94,531 000000000000e1270a2e29498def2b11ec641fc543858e45ce1a91f34b66e650 4 0.00/1.00 vMB 0
94,530 94,530 000000000001c056e0d0b05f9327bea0cf0edb9dd57434c19336924096516cf5 2 0.00/1.00 vMB 0
94,529 94,529 0000000000018dec5b304c6fb704af9df2c70c1b453d52a3c092d3ee65013095 1 0.00/1.00 vMB 0
94,528 94,528 0000000000010653011a9b4b3417c57f30eb265831f8bf1b60bb477115ed517f 1 0.00/1.00 vMB 0
94,527 94,527 000000000007dc6e9ba962a8563397008d52989b9d1ee9f9b6ba8f74a3b24a41 3 0.00/1.00 vMB 0
94,526 94,526 00000000000476957147cf3d5e86bd3c6003587e23e3cf0c0e0c57c3a18e47d4 2 0.00/1.00 vMB 0
94,525 94,525 000000000006d25188d770a1d374b55545262408b3d20dcb4e2f299f56ac823d 1 0.00/1.00 vMB 0
94,524 94,524 0000000000000c7b2d0fec6b6d5d8960c01606ed53ae224d4717ee2ec1dfa8d3 2 0.00/1.00 vMB 0
94,523 94,523 000000000003e153fc5ff1e3702e9043e38a483959b9fa432c83b09f0623c370 2 0.00/1.00 vMB 0
94,522 94,522 000000000008d608c7f1641c1ed01b18fb20c8d97574104c14f336aeda3d8696 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 576.05 GB
    • Received: 8.38 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.