Loading Tool

Explorer IconExplorer

Memory Pool

63,607 transactions
35.82 vMB
0.20567791 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 989e43c5f5d5c63fcc53b0979bd95934548d922f557a38834f36a349fb66f297
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 332bee4f5fbac73acd3590240c8afce6917d8247dd67249c96acbe2af96983dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.10818391 BTC
Feerates: 1,471.76 > 10.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (793,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,665 120,665 0000000000009a6faa30ca5f899a4f939f1de72512161e84649e2baf69399951 1 0.00/1.00 vMB 0
120,664 120,664 0000000000008e3c671f167ca18127f7d9bbc2467406f1c3bffeccf78d36e993 32 0.01/1.00 vMB 2,611
120,663 120,663 0000000000003514c31056d9c01d290528090a5da458aca670d7f5fbccd75082 8 0.01/1.00 vMB 182
120,662 120,662 0000000000000fd467d122f1e475b3a5a79d6e33099bc70d3870b4961fc97716 9 0.01/1.00 vMB 365
120,661 120,661 0000000000008a81fd9072a27441677904847f939d507c0a4a0870a27a17ab08 11 0.01/1.00 vMB 160
120,660 120,660 000000000000807002829947505159c777778a22f9f4c00753477650ccae675b 5 0.00/1.00 vMB 3,386
120,659 120,659 00000000000023d836a726d7097749c13ec6cbcc600ed1ce1adbdd7b3dbd9c53 19 0.01/1.00 vMB 659
120,658 120,658 0000000000000f9da6c5ff1c5cffbd98d7460741ae9e76270ab16984f0202824 13 0.00/1.00 vMB 1,307
120,657 120,657 0000000000009734515da6094d13832addd1705ee3e5e7e11b0d92a23b445542 7 0.00/1.00 vMB 0
120,656 120,656 0000000000000fa2d4dd71f18663fda76fd12ad83512cbeb7e52d1e55314f734 3 0.00/1.00 vMB 0
120,655 120,655 00000000000034f7bce37cf43f27301dd0363bffd0dd537019855f437698ab5a 2 0.01/1.00 vMB 0
120,654 120,654 0000000000006e6b7eb8c9e4d05b9cda9b4612bdff0cd65b47ba3e9a51422c05 141 0.04/1.00 vMB 97
120,653 120,653 0000000000004694e440c57a6de1bb19a5a9e48b5cecb007e04e88d8037e2a36 20 0.01/1.00 vMB 348
120,652 120,652 000000000000a9384dbbaa20e6118511d0d34dd9f5e6121cc6fb2a737fa8a855 15 0.01/1.00 vMB 1,348
120,651 120,651 000000000000552447393452b7047768c4f4bc54ea7d89efe2a9c04010e45576 18 0.01/1.00 vMB 910
120,650 120,650 00000000000043ca1d2ef0185e2e57973f649a9b54dbaea0491216e5dfceb0ba 1 0.00/1.00 vMB 0
120,649 120,649 0000000000004c15c11ff3af278a84d34bd4a25b7debccfbbedd607d381db425 53 0.02/1.00 vMB 716
120,648 120,648 00000000000074a7a5d2845c4a0f29593b462d0b839aeb164e8ec7357076faf4 6 0.00/1.00 vMB 0
120,647 120,647 00000000000071316c68c47cce7e1ff2bc84d28907b7ccd234b32c36fcbde857 39 0.01/1.00 vMB 2,423
120,646 120,646 000000000000af6b1e31353866901416385733dbe8af3402c92469d35c54d5f7 9 0.00/1.00 vMB 321
120,645 120,645 0000000000001a242628381f81346e269fbb7c2a46f6b3f1b01d0febc93dc6de 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.91 GB
    • Received: 10.24 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.