Loading Tool

Explorer IconExplorer

Memory Pool

82,095 transactions
31.02 vMB
0.09815347 BTC
Random Selection Loading Transactions
Max Size: 188.98/200 MB

Candidate Block

Mining Attempt 8d26e1c542c91357a562b8fb15e9e5bd087a8eb700400d2cc31a0cc06cb7e5c1
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 932e2f9614225ca57bdc6070fd4fd88cf5ef3940324aa99b033181bc101e5ff7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.02460491 BTC
Feerates: 151.12 > 2.47 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (466,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,716 448,716 0000000000000000027468b625f0f73992ad76ebfa1fa316ccec62dc64c0ed17 93 0.15/1.00 vMB 28
448,715 448,715 000000000000000001b719fed81b9b83e2617dc36780fc92cc67c89ad6ee742c 828 0.63/1.00 vMB 53
448,714 448,714 000000000000000001f28628e5319d565407dcdf49e7cc35d2818480f72ebfc1 1,665 0.79/1.00 vMB 73
448,713 448,713 000000000000000001eed5e86fcda4d11f6f01475d3ecb553932198b646f9b78 1,503 0.84/1.00 vMB 83
448,712 448,712 000000000000000002c60198cffbdf73330e69a6b8abbbb2d50873a1fdeef8e5 1,617 0.92/1.00 vMB 63
448,711 448,711 000000000000000002f49d0098f54a1f22b1df9f4b94f3f2e58c09d2d833c47a 755 1.00/1.00 vMB 33
448,710 448,710 000000000000000000496d7ff9bd2c96154a8d64260e8b3b411e625712abb14c 1,757 1.00/1.00 vMB 66
448,709 448,709 000000000000000000e76a02b1650441b214c99680beea3ca35c1ee759e60b24 1,496 0.69/1.00 vMB 78
448,708 448,708 000000000000000000e9a6edafea29e29d9bf784ee53030bb1e01564b9b56f5b 504 0.24/1.00 vMB 77
448,707 448,707 0000000000000000001bfb8f4d23fa85916c1d206d40d56807dffbb11b67f5d8 860 0.65/1.00 vMB 41
448,706 448,706 000000000000000000c891c9ced51a5ca4fb2c5fbe1ccd46b1ae5cfc486c640b 1,665 1.00/1.00 vMB 55
448,705 448,705 0000000000000000021ecb68b5f8ae6f2e4f3c36d58be50b2bd9c1704c4e43f7 1,840 1.00/1.00 vMB 67
448,704 448,704 0000000000000000011f1815465adf341e7a469677bc98c9a7853eda7f055427 2,198 1.00/1.00 vMB 102
448,703 448,703 000000000000000002dbe0007e32bf88b53cfe85f26002abad2fb828e468f37c 2,368 1.00/1.00 vMB 85
448,702 448,702 000000000000000001dc60af45ebe48057e184b8770c89c0f163f6b9582aad2c 2,481 1.00/1.00 vMB 81
448,701 448,701 000000000000000001f0c0a74263f992052ce184971895f54abecb402ead44f5 2,692 1.00/1.00 vMB 102
448,700 448,700 0000000000000000001ecf69b8e602ab82e426c58b584a69cb0f0113b1da2a49 2,565 1.00/1.00 vMB 94
448,699 448,699 00000000000000000262beb2e5085ef25c0c71ffa1e2e86ca827cd52ba5b1dc1 1,749 0.77/1.00 vMB 74
448,698 448,698 00000000000000000104de2c06532bb84990aa9fca6b6dc43bba23bd3c2816cf 600 1.00/1.00 vMB 17
448,697 448,697 0000000000000000015ae6af0b9dc0f8bad6a4c3803f3ccdad2f5f038b8843b4 270 1.00/1.00 vMB 9
448,696 448,696 00000000000000000211b8664b1c51972311d9306180c79ff698190c0e0d41c9 982 0.98/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.