Loading Tool

Explorer IconExplorer

Memory Pool

77,409 transactions
28.97 vMB
0.06618208 BTC
Random Selection Loading Transactions
Max Size: 175.27/200 MB

Candidate Block

Mining Attempt d0e243767e98bd4253065780c1962e5c41ad539d8c8802cf9bd5d6e1d58f0ca7
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 368cac5d1e57c5db2049e51a30a01175228a786f84ac6c27075e9d2a6023d02a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.00578690 BTC
Feerates: 44.66 > 0.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (120,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,555 794,555 0000000000000000000236a0e784f82891e9dca355c3a4148f24e604b7f11b48 2,700 1.00/1.00 vMB 19
794,554 794,554 00000000000000000002a09a8409ba3fea7d572f3f780a4094a21c199c963a82 1,961 1.00/1.00 vMB 32
794,553 794,553 000000000000000000017e34aaecdcce2b887dd2e45db7770ef0393c7029f13a 2,747 1.00/1.00 vMB 21
794,552 794,552 0000000000000000000064a91d8f11656a552bbac181701bec2f68a6cd71f6a5 3,766 1.00/1.00 vMB 18
794,551 794,551 00000000000000000001beef36a0a21278fcb801bab4b3d4bd326c5a63057e24 3,300 1.00/1.00 vMB 23
794,550 794,550 00000000000000000004e0f94e2b2b56b94142d46f407a65a7c41da9402aec0c 5,171 1.00/1.00 vMB 13
794,549 794,549 0000000000000000000086978630f4525f2b5568fbb52e9fc7431361d22c79b9 4,051 1.00/1.00 vMB 17
794,548 794,548 00000000000000000004773ef8bb98c7032f5c35fa5d2b6620685365d4817a4c 4,190 1.00/1.00 vMB 16
794,547 794,547 000000000000000000023d0290839c094e4f0c22c2ccfd5ddd2ad86ad0c208ef 2,743 1.00/1.00 vMB 25
794,546 794,546 000000000000000000007ca42dbe638fa8fca3c74a0c1487f0fdab47ab84a20b 4,025 1.00/1.00 vMB 13
794,545 794,545 00000000000000000002d9e2cbfb4eb94a7509ce7c34d8aadffbaf3d8f387025 5,403 1.00/1.00 vMB 12
794,544 794,544 00000000000000000004782fbe393989c816d772f5270b9b2fa8a140d1b74499 4,352 1.00/1.00 vMB 15
794,543 794,543 00000000000000000001eb5652ae08811adb0f607e94d796f209af91665f2be1 2,428 1.00/1.00 vMB 25
794,542 794,542 00000000000000000003049c2a4a93bc14bf536192cb632b0a22423f137f184a 4,760 1.00/1.00 vMB 14
794,541 794,541 0000000000000000000198be524d0d3db92d63e0aa3f2e023a58f988eb9d1f97 1,507 1.00/1.00 vMB 23
794,540 794,540 000000000000000000030d5fb31a393df5f78838b82cbced260933cff67103a2 3,395 1.00/1.00 vMB 17
794,539 794,539 00000000000000000001418e6e70db1cd07ae9d9f8461f87a44b89234a85fa17 2,210 1.00/1.00 vMB 18
794,538 794,538 000000000000000000022d07ae3d369a48bbbe2272a320f7d119f1a5ee8324f3 3,056 1.00/1.00 vMB 27
794,537 794,537 00000000000000000005007a1d49436b2cfc1c01be41f13cac8cee50603ee20a 2,640 1.00/1.00 vMB 28
794,536 794,536 00000000000000000001016e26891d902ecaf2c7cc52e6902c0ab18c40c2fff4 5,069 1.00/1.00 vMB 11
794,535 794,535 000000000000000000015d2b7533a35be16ddaddbc06bfcdec9dbc56080e0017 5,036 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.69 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: 686.32 GB
    • Received: 16.48 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.