Loading Tool

Explorer IconExplorer

Memory Pool

81,350 transactions
30.26 vMB
0.07524126 BTC
Random Selection Loading Transactions
Max Size: 185.82/200 MB

Candidate Block

Mining Attempt 9f8a5392a267135973f8831b72cb3a9fd22c0ed1de9227c29b5daf8ffadc0f92
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 338be1086bf95810ad5086880cf16acc8f1cfff6a926600d11c7d7daf9834528
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,903
Size: 1.00 vMB
Total Fees: 0.00803274 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (214,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,535 700,535 0000000000000000000c89165805b1a908602a96cfa579841c834f615467bbf3 378 1.00/1.00 vMB 9
700,534 700,534 00000000000000000000af56f62c33a4b6a25d3b3b0ea9929a2433491f89e0f0 2,379 1.00/1.00 vMB 14
700,533 700,533 000000000000000000052b44e3a59c9ae91b64a0af2db37c7b45df04f720abff 2,909 1.00/1.00 vMB 24
700,532 700,532 00000000000000000007dc1ac390dd23e4ad451e92454f5d6d3c56c78bb6f071 2,485 1.00/1.00 vMB 15
700,531 700,531 0000000000000000000ec6fc60169fb9278fba45f65c9d00a6a465411fdc8b93 1,075 1.00/1.00 vMB 6
700,530 700,530 0000000000000000000483721cdb06a4b4c40f378654a9ebe6a5cf52e0ad15ea 3,283 1.00/1.00 vMB 13
700,529 700,529 0000000000000000000bcaf678917e5ed1e7e79d617ed3d0d0293600f16c314a 2,601 1.00/1.00 vMB 9
700,528 700,528 000000000000000000060d24a377508ece43e4425f224aac577d21e32d831687 2,855 1.00/1.00 vMB 16
700,527 700,527 0000000000000000000da9825d8f259366ee16f3ba73c538ce65ed017f794972 2,779 1.00/1.00 vMB 17
700,526 700,526 00000000000000000007cb9727c03d35b67d316e6500f41c16378b41ce714211 1,834 1.00/1.00 vMB 7
700,525 700,525 00000000000000000000c007c56cebdda228bd99fcfb9dec48cfea1951c347ad 3,331 1.00/1.00 vMB 9
700,524 700,524 0000000000000000000aa4284d6d2e7584d25d311a3fe5c932a57a3b1955369f 3,073 1.00/1.00 vMB 9
700,523 700,523 0000000000000000000e2b3843213bf217c11f0e27bbab627b5ad5e15da82af0 3,200 1.00/1.00 vMB 11
700,522 700,522 0000000000000000000ea6b5715609d7bf727652ff730a05458e53baaab7ff8d 2,591 1.00/1.00 vMB 24
700,521 700,521 0000000000000000000a4f44926e4230a5e2c71e1a983e2c56031868fc79afdb 2,897 1.00/1.00 vMB 21
700,520 700,520 0000000000000000000325c8869a0c055ceea73de628eb75cff12cc6d1bc3014 2,381 1.00/1.00 vMB 12
700,519 700,519 00000000000000000007e816a682dc05e51548f301616b15c1656645c7cbd11a 2,810 1.00/1.00 vMB 16
700,518 700,518 0000000000000000000be05f03edc43bdedac5cbfe40696c60686758ecb5a456 3,025 1.00/1.00 vMB 62
700,517 700,517 000000000000000000050064b493ce4181f5ad734051e861bd2e8bb5fc5a8250 2,377 1.00/1.00 vMB 10
700,516 700,516 000000000000000000005fac9edda65ec8bb9406a5c8556bad28d73654aa0704 1,832 1.00/1.00 vMB 14
700,515 700,515 0000000000000000000c1b522e38a2ca9bfdd6eadcb6030a5d23aa3a4920b5b3 271 0.16/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.