Loading Tool

Explorer IconExplorer

Memory Pool

44,075 transactions
28.39 vMB
0.11816122 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt e7640d252c71aa71eed051cf971fb09c34a8ef1fd55ba5d5465cfcfb4b2dd704
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 1e14d4af880115e5bc3df96e1babcc3219c9b196d6e90f95259e609d92a5d1cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03164402 BTC
Feerates: 39.16 > 3.17 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (80,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,382 834,382 000000000000000000023975d00a6c43622f6475508dcd5a3485f4d04da232a7 3,036 1.00/1.00 vMB 40
834,381 834,381 000000000000000000036061a42aa00e23ea81edc42bae4aff0b34c2c49e6bae 1,757 1.00/1.00 vMB 15
834,380 834,380 000000000000000000030cfffe7ddad592a9f895b2274d6f7927b5d646a360c0 1,028 1.00/1.00 vMB 13
834,379 834,379 000000000000000000038681d704c75745f55de68a5359f4a27d50f463ec4e09 2,703 1.00/1.00 vMB 19
834,378 834,378 000000000000000000014680426e54d62f0df15fdab4ae62ffa0dbca0a5d5c42 3,288 1.00/1.00 vMB 25
834,377 834,377 00000000000000000000a956982fe2a5595218775f76f9bb25b437c51eae5ec1 3,470 1.00/1.00 vMB 32
834,376 834,376 00000000000000000000148eef27d0deeedda7a1c58a28f1b1cabcb09176c10b 3,611 1.00/1.00 vMB 31
834,375 834,375 00000000000000000002c5f0db3755b54d43ed38ec38327d181f0056b2551d20 3,482 1.00/1.00 vMB 34
834,374 834,374 000000000000000000017168198c082198155d1e06e8ebee9cd96d7cc53fbaa6 3,339 1.00/1.00 vMB 45
834,373 834,373 00000000000000000001e2bd0a3971da525f184ceaee3f6e0faff6625df96c8c 3,011 1.00/1.00 vMB 25
834,372 834,372 00000000000000000002a51b0107c0a1a602b014afc4aefb96650a041e3e6bfa 3,016 1.00/1.00 vMB 23
834,371 834,371 0000000000000000000032ff102299c96a8efa316dbf5e23c7c0539a4652a2e9 2,047 1.00/1.00 vMB 22
834,370 834,370 00000000000000000001bf6bc87846d0796598f154a988dae45bf71b7c23af0f 3,098 1.00/1.00 vMB 29
834,369 834,369 00000000000000000000f6d66ce7287e58e191dc42a28dbf8adea9743391065e 2,918 1.00/1.00 vMB 32
834,368 834,368 0000000000000000000169f0de6cd2f8a5b0e28aae56ac6d105d182d63313291 2,721 1.00/1.00 vMB 34
834,367 834,367 00000000000000000001a1bb142989ced4bc9badfe2428ba2f089a939775f765 3,028 1.00/1.00 vMB 29
834,366 834,366 0000000000000000000310d5429a85df9f42df5cdb231bf18f9538df9e1b4b7a 3,005 1.00/1.00 vMB 27
834,365 834,365 00000000000000000000d37181dc0b1135d6fb24b2ad34df9f3bbadf4f18db37 3,091 1.00/1.00 vMB 38
834,364 834,364 000000000000000000024e9b29517f12e3405e7246aa697b56344991f9c7b948 3,125 1.00/1.00 vMB 37
834,363 834,363 0000000000000000000038048e0a7bea33a46cabb8fe11a71866e8cf6f9435a5 530 1.00/1.00 vMB 13
834,362 834,362 00000000000000000000884584841f132c89b87213448c5d336396350bc5b407 3,498 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.63 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.