Loading Tool

Explorer IconExplorer

Memory Pool

50,177 transactions
30.20 vMB
0.12284480 BTC
Random Selection Loading Transactions
Max Size: 161.61/200 MB

Candidate Block

Mining Attempt 16886a8707d22527fd80fa72cd178c4528bf5036d1e762b531a231f2dbe5b5a2
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 27e7012d24a6029a87ed678a539815dc76935f3202c11797c2fd8923c31d521c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.05181295 BTC
Feerates: 101.65 > 5.19 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (673,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,692 241,692 00000000000000e5c5838b775e992627266de61f9b7c83a31aeeef4e50ca5e31 69 0.03/1.00 vMB 252
241,691 241,691 00000000000000a237efa40a2c5f6911effe4691078a5e30e2efa31919c090c0 218 0.10/1.00 vMB 166
241,690 241,690 00000000000000d33ceda7e606c3633ffad8c181f35e2686b1ed3d07fb822bff 72 0.04/1.00 vMB 79
241,689 241,689 000000000000004ea0240bdf45c47745f123e93dc821fedd3f2ffa5ba1ca9b2d 29 0.02/1.00 vMB 132
241,688 241,688 0000000000000023934ce97e02970bba2f3590b147d3753807b788732fd17114 71 0.05/1.00 vMB 139
241,687 241,687 00000000000000c1440787a9bb5ac2fd76f245410b90ac907124344f01bfff0d 231 0.12/1.00 vMB 109
241,686 241,686 00000000000000b1f730af604d8447dbbf0786be5fcaa30a2759fb2258b8d5ba 348 0.19/1.00 vMB 126
241,685 241,685 00000000000000ce93279d73b2fb04a2a3dbe09d331f74489cac233cb2c63286 669 0.25/1.00 vMB 3,617
241,684 241,684 00000000000000776093121a650c176d4dd0fe2cab04269795deee3df3632ef3 256 0.12/1.00 vMB 61
241,683 241,683 00000000000000a38faac69f047bd956e632e953badb8d0a63548ada6dfa3adb 268 0.10/1.00 vMB 210
241,682 241,682 00000000000000df56b61c4216b4c25fa722c0cd3ed3c78238f19e384668b8f9 256 0.21/1.00 vMB 44
241,681 241,681 00000000000000878a2526894de7dff92febb145bf2e35d6150c1f4ac20b3556 613 0.25/1.00 vMB 202
241,680 241,680 000000000000005de4c3c511d45f8fc627f33c66e14aeb485d6316da2e483d4f 33 0.02/1.00 vMB 158
241,679 241,679 00000000000000e2d0d853ea3c247e7b4d10d6efaba3d74c7fc20f98e1f4822b 216 0.11/1.00 vMB 138
241,678 241,678 00000000000000a4d62df4ffb9d294d8d2ce4e48a811bce620dcf5c11fe881c0 596 0.23/1.00 vMB 195
241,677 241,677 000000000000007a777d9c57535504bb0ccba8f327496fc1bb4f6f727d775426 29 0.01/1.00 vMB 59
241,676 241,676 00000000000000b81bb3172fb218d18fe1412b6937d23b3974431617113d1ddf 390 0.17/1.00 vMB 162
241,675 241,675 00000000000000311b08ff564d750d28f0ee108647c5bdf6caf17b1a69f85f83 197 0.09/1.00 vMB 148
241,674 241,674 00000000000000b8f4c89b93d94f15a34458fa5c0cbb64caf82449a6db71f1da 461 0.20/1.00 vMB 183
241,673 241,673 000000000000005595c9cb2ea7f317e5bb6fe19a3b0ba7eefc678c7d5c6a1d4d 110 0.06/1.00 vMB 143
241,672 241,672 000000000000001d717b85b2f5e4660de821a78d26d61119ced50c3f4120f655 252 0.11/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.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: 651.10 GB
    • Received: 13.40 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.