Loading Tool

Explorer IconExplorer

Memory Pool

82,072 transactions
30.46 vMB
0.12578124 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt ff488bdfbc103d5e80a95dbf15a0278ddffea1c81f1f3f1c22479c8488ee89f5
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 89576be56017fc7cbf65597903cf55162f285a572eed20c97c27cce82c1d7884
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.04761574 BTC
Feerates: 502.62 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (836,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,129 78,129 0000000000521aaaa5b500eb427e2fec730843b37cfb2f93deac999e923aeae0 3 0.00/1.00 vMB 0
78,128 78,128 000000000025a91c6b22ee5898342ef9e2d78f6ec6be5428899e04057d33ac24 1 0.00/1.00 vMB 0
78,127 78,127 000000000024f6b3eef4407b7e9db7383124f1ccc2cd550314e09194407cf0ff 1 0.00/1.00 vMB 0
78,126 78,126 000000000059e9972ae8fc2adbc56dc0b3a04ea7e9255435a420172f8347e65b 3 0.00/1.00 vMB 0
78,125 78,125 00000000001b39659c82c94a210b0ce36e0251790902a35468897bcdb0ae502e 1 0.00/1.00 vMB 0
78,124 78,124 00000000003429d4b01799fc5e2253ca750f40321fd7bfcff97e0cedb45772a8 1 0.00/1.00 vMB 0
78,123 78,123 00000000005bf8a51eafc6bf12f3293f948ba644666b69a34fc48d522389ab4c 1 0.00/1.00 vMB 0
78,122 78,122 0000000000347f6702b5bb31b61a6982c0f5e5e867cac42de0a06eeb22c6e575 2 0.00/1.00 vMB 0
78,121 78,121 000000000052887920861bfe5f602d9fbd575982443a7dc1e720781b46e885e2 1 0.00/1.00 vMB 0
78,120 78,120 00000000001b16ac8f37e3dbdd1004eaf74ba940af479a3c07e0897d9d3a79be 2 0.00/1.00 vMB 0
78,119 78,119 000000000035c6a5ad8624f95a4a6d35ec0bd432c1f28404a155c9ad7848c30c 2 0.00/1.00 vMB 0
78,118 78,118 00000000001406abc8c91c6518889fa8461acab629bd535f1d7d37bd92b3e077 1 0.00/1.00 vMB 0
78,117 78,117 00000000006823c5ff1dd3824665e61264a3f7873a0121d141ed2fb194a168a7 1 0.00/1.00 vMB 0
78,116 78,116 0000000000182625b55f885fe5b445daa1d2b520bf4340992c993421673804d3 1 0.00/1.00 vMB 0
78,115 78,115 00000000003e74c604a5e15984b836ab5312b2affdd928373ffac3ee0ec3932a 1 0.00/1.00 vMB 0
78,114 78,114 00000000004252311eaf300dceab49f51bbc0c78b215b1eaf6cb7609ae672a16 1 0.00/1.00 vMB 0
78,113 78,113 00000000000f84cd3ea0eb3897cfbcb1603f782e474787c21869cc0e2319e959 1 0.00/1.00 vMB 0
78,112 78,112 000000000009e6565a9064403319b02d138df564846bbc5dca3b1038e1b99ccf 2 0.00/1.00 vMB 0
78,111 78,111 00000000002d053be0f0f0a051244cadb07c046d6b5ddd0298debbc0e27a1e78 4 0.00/1.00 vMB 0
78,110 78,110 000000000001e971cd7922c7e1dca15f446799e8eae467e51c74d0f8b8a821fc 1 0.00/1.00 vMB 0
78,109 78,109 00000000001c316def90b4ff2e7c3068181490acb11fe10dff2d67a72c533a51 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.