Loading Tool

Explorer IconExplorer

Memory Pool

48,487 transactions
30.46 vMB
0.10516039 BTC
Random Selection Loading Transactions
Max Size: 162.33/200 MB

Candidate Block

Mining Attempt 8453e754df6e085e5e19cd526ec0f179c8fed77b9b2a4e0844b8709bb23362bf
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 6caf940c3484fd9f7498c91278ca4e06141c4d0055224bf3e906686c4fb38ebf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.04185390 BTC
Feerates: 150.97 > 4.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (641,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,232 273,232 0000000000000000cddf01abbbf3b64e41dc831a2d672e0cc7dd3f6d8a650d74 980 0.50/1.00 vMB 34
273,231 273,231 00000000000000042f863436f47d03360bb6edbd8139c34f6814afb49e85236b 686 0.25/1.00 vMB 38
273,230 273,230 00000000000000001d88d28685149b300fc38cc5dd9e364effb8800cd62183ba 1,396 0.50/1.00 vMB 45
273,229 273,229 0000000000000002580379ab9710aa77bf9e1893f47dab5e5359a926080fa153 420 0.25/1.00 vMB 97
273,228 273,228 000000000000000421a19efe8d294dcf88318af1690d5a7c7ae241b7ef7b1e5c 600 0.25/1.00 vMB 142
273,227 273,227 0000000000000000ec34edd5f5aae845f6e0d967f753cf3189d115251b1d6ccf 503 0.22/1.00 vMB 46
273,226 273,226 0000000000000002a5d41bde61e89faa69526bb67452b6c2e35c6771ad89805a 981 0.42/1.00 vMB 72
273,225 273,225 0000000000000002e09ac8f0f9d1cbffacd689abe29cdb6199c26b287a45f8eb 447 0.23/1.00 vMB 43
273,224 273,224 000000000000000237065adc9aac46b2708086acd04ea6955626add16418ef50 692 0.32/1.00 vMB 67
273,223 273,223 00000000000000046fb55c6928edda98e711f65aa1ea5ba833c51234f2353c62 357 0.15/1.00 vMB 82
273,222 273,222 0000000000000004ffbc70d8fac1332a5f01a04b4c55ca0a31c0f79342a13f25 1,271 0.77/1.00 vMB 35
273,221 273,221 0000000000000004875635b4baa2f079dc26c6bda0d8f6b517d6d115d730fa9c 1 0.00/1.00 vMB 0
273,220 273,220 0000000000000004fc602dc8b66cfcd8fd057b197c2644f61964c4a4d9f77aa2 1,366 0.50/1.00 vMB 78
273,219 273,219 0000000000000004c72271835b497a79ebb1db60e75fd14764af7e55511c5ab7 68 0.03/1.00 vMB 39
273,218 273,218 0000000000000003f59c5d05cf3a6318438ee561d22be5a44e04749bbd6be0df 293 0.26/1.00 vMB 23
273,217 273,217 0000000000000001b80287567d3b8d5e1f36a42b1a3df761092903c87a5e114e 563 0.25/1.00 vMB 37
273,216 273,216 0000000000000004b850c2f3784286dff19c35c0bb13dcaeca0e21885c2d6723 708 0.25/1.00 vMB 86
273,215 273,215 000000000000000325a81ba5c44c79d886cdd07d21699603b068834e82d46c0a 1,084 0.50/1.00 vMB 66
273,214 273,214 0000000000000004dc722819a555115e1d0b8f0b2e279889004a2838623d7e89 342 0.14/1.00 vMB 92
273,213 273,213 000000000000000530c448644429f029c670e9bf6f3a6cec3861c17ec99ae956 290 0.13/1.00 vMB 59
273,212 273,212 000000000000000472b6767616bb636f2fe397616ccc8edc5d00e7041cae7c04 55 0.03/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.