Loading Tool

Explorer IconExplorer

Memory Pool

78,955 transactions
29.55 vMB
0.07124746 BTC
Random Selection Loading Transactions
Max Size: 177.59/200 MB

Candidate Block

Mining Attempt 2dea82b00d9c0f811a546c0cb052f6fae2e24c577850d23fcfcb005d37f10209
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root a1cf51386866cea16bce87a85b4bb4820f9110a19d0e9d765d294c8cf799b681
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,687
Size: 1.00 vMB
Total Fees: 0.01115516 BTC
Feerates: 150.93 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (72,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,178 842,178 00000000000000000002e70653b4e7a183127b8a194e29e0ec62599aee4168f1 5,960 1.00/1.00 vMB 426
842,177 842,177 00000000000000000003016ccf413e25710a5a42c4bc823a08b06a87f1384b80 5,901 1.00/1.00 vMB 487
842,176 842,176 0000000000000000000235f22b29e0a4576e7fbb87bf9af3be9fdcbbe8264da6 5,824 1.00/1.00 vMB 559
842,175 842,175 00000000000000000000e1259b9592acc36862386875a6274f40006a7ea668a0 6,220 1.00/1.00 vMB 490
842,174 842,174 000000000000000000012293387c908d5de20cb1ba5ae9eae4b01fc91302c879 6,756 1.00/1.00 vMB 390
842,173 842,173 000000000000000000026e4c77268b8a188a968e724c70eb50cf5c8274e97ce4 6,319 1.00/1.00 vMB 410
842,172 842,172 00000000000000000002468ec060c30f2873f7fbc46001e6e834e6bf284fdc8f 6,734 1.00/1.00 vMB 278
842,171 842,171 0000000000000000000067b2ad891e3edad8dd5637d43aab885495e8b1a95243 5,699 1.00/1.00 vMB 264
842,170 842,170 000000000000000000015cace27a686c7e6665c9f1196654d350ac4111145dcb 6,517 1.00/1.00 vMB 364
842,169 842,169 000000000000000000021c20d5d4354d0bb567e39cc5f8f02d25a98eb17af785 6,313 1.00/1.00 vMB 519
842,168 842,168 00000000000000000002aef794313e441548e03e4ebf5f4344af11f04a466d6d 6,635 1.00/1.00 vMB 565
842,167 842,167 00000000000000000000a3960b836748eebd147af02432d63077859af9b3b4c8 6,476 1.00/1.00 vMB 244
842,166 842,166 00000000000000000002ded7429490197a38ca191cead0a7a6ef6b620dc1ec1c 5,473 1.00/1.00 vMB 37
842,165 842,165 0000000000000000000262a6ac3cbea9e8c7dca5f8475da5d495ded9285e4a22 5,185 1.00/1.00 vMB 31
842,164 842,164 000000000000000000011de44f87ebf23417ecd47e8cfc83db694dbb8e5deef7 4,557 1.00/1.00 vMB 39
842,163 842,163 000000000000000000011fc11e4e77de5e98c3ecb4cc99ba74184fdf3df0692e 4,526 1.00/1.00 vMB 33
842,162 842,162 00000000000000000002d08761be7dc1b2e873c4c294d346279d7823aa6479c4 5,656 1.00/1.00 vMB 29
842,161 842,161 000000000000000000032227851c30070d009a427bbbaf07366a8dab747e2a63 5,344 1.00/1.00 vMB 33
842,160 842,160 00000000000000000002d0ae5bd76148bae977573ccd3444dfd166a7778bed67 5,751 1.00/1.00 vMB 34
842,159 842,159 00000000000000000000d9b1f4764d2c05245526a763fc31636b4fb02eca498b 4,572 1.00/1.00 vMB 40
842,158 842,158 0000000000000000000044505c01718a21ff3fde78fe75d6e59f73c5518f65b6 5,379 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.