Loading Tool

Explorer IconExplorer

Memory Pool

72,164 transactions
27.74 vMB
0.06975871 BTC
Random Selection Loading Transactions
Max Size: 167.88/200 MB

Candidate Block

Mining Attempt 8f28764ab29209afa06e7852c1352a55e278e0c53e6aa4fa3e26cf5da6483be2
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root 0cabcff26c0d530837be2107362879d9862a850a8c4c1694f1bd3c4c7bcc45e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,666
Size: 1.00 vMB
Total Fees: 0.00959521 BTC
Feerates: 298.50 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (754,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,385 161,385 00000000000007142622f02fdc36e8f2129c50ecb12b1bd1205a77c8a5c0ed85 105 0.04/1.00 vMB 252
161,384 161,384 00000000000008b74ffa8f47546d939ae51c992139a630a79282e1267bd53324 39 0.01/1.00 vMB 83
161,383 161,383 000000000000094e51e710e5f4f52c350169fbc1c22a7d10fa3f848f7e19485c 51 0.02/1.00 vMB 28
161,382 161,382 0000000000000273a23efefabf81279d9f4837ad9e5301adae0a5de85bd1ca30 88 0.04/1.00 vMB 228
161,381 161,381 0000000000000cc4c5e46da32df655917953c6070f599792773338935240b4c1 28 0.01/1.00 vMB 176
161,380 161,380 00000000000009803d2317c55483b51b6fa128f75c7135a9e9e23e8d62599c4d 8 0.00/1.00 vMB 48
161,379 161,379 0000000000000293335df9ad276bf63273cc0ef99a36c3b7ba9ce5b531c78d84 38 0.01/1.00 vMB 0
161,378 161,378 00000000000005caae083a82e11f80c94fe40e72a45d5d02c12289f36e794dfe 23 0.01/1.00 vMB 213
161,377 161,377 0000000000000bab4692503783ab9d80cf8cd0ac60f7958d40294553e12dd2df 4 0.00/1.00 vMB 42
161,376 161,376 000000000000059ab152678ed6746fba7d945e03eed1a6aacf2e3ceb683c507e 44 0.05/1.00 vMB 233
161,375 161,375 000000000000033c60a7d08210b65734c35b50dcd76242d0e6b3a063f9c90787 34 0.01/1.00 vMB 158
161,374 161,374 00000000000005048ca46205ae086806abc0d39289a848a47480e6152e21546d 20 0.01/1.00 vMB 150
161,373 161,373 000000000000007f060d537c7377c479f2f52fca5a1943feb0666752db66d2a3 9 0.02/1.00 vMB 4,803
161,372 161,372 000000000000093ced406bd6b0b3c0f8896b2bdf7dd2b69aab3f1cd4da0f425d 14 0.01/1.00 vMB 2,101
161,371 161,371 000000000000087a6ef22e0f83dbd27d9fb6daa260fc19e7211709ebfa3f35f3 50 0.03/1.00 vMB 282
161,370 161,370 0000000000000789167a74248774c436eaca7d2d453dd49f7261e614d916080a 12 0.00/1.00 vMB 579
161,369 161,369 00000000000006c2a044d41c69dd33506273c6fd68c0f7197d01cec31dac921a 114 0.04/1.00 vMB 65
161,368 161,368 000000000000002b1f34ab79c165f6fd6ec00cbc38f0057ea9911a67d88d1be6 11 0.00/1.00 vMB 17
161,367 161,367 00000000000003b1ba89f504a558cb6754509f39b4344e9a340fcd644eebb9cf 35 0.01/1.00 vMB 254
161,366 161,366 00000000000003c885b5b834eadcf80cf63891bb0d2bfbc1a7ab999e6a833e96 8 0.01/1.00 vMB 64
161,365 161,365 00000000000005e6facd326386c416a7e6d94326781df2ca0a08d16f7dca6e95 14 0.01/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.18 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: 750.46 GB
    • Received: 18.85 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.