Loading Tool

Explorer IconExplorer

Memory Pool

81,563 transactions
31.86 vMB
0.07951900 BTC
Random Selection Loading Transactions
Max Size: 192.10/200 MB

Candidate Block

Mining Attempt 7f95ca76cd811bab5b3d0fbd27dac7cc5e18305c32d32f12da31a65d9bee24c2
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 6f1b203d5f4204888803e9957e3b8aca2b05ce597f9f0b7918b262e96bdedcbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,777
Size: 1.00 vMB
Total Fees: 0.00980973 BTC
Feerates: 20.11 > 0.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (687,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,230 227,230 00000000000002a09ec6553d1f51ef4bd5f2ea8e7347bc85cbaa829f2bcfefda 493 0.25/1.00 vMB 156
227,229 227,229 000000000000031082766cb1155353a8ba312bb7f3e096294bd9dcd6187ed82a 514 0.25/1.00 vMB 553
227,228 227,228 000000000000009d5ce63be289fa6c41936579c9d641c49cf213b0f241a24b6f 158 0.08/1.00 vMB 90
227,227 227,227 000000000000016826f654b9867e1402b9cfef7af8bd038b2445415c4148a9c8 96 0.05/1.00 vMB 68
227,226 227,226 00000000000000826cc80e6f2093a55587596b262068587cc51ad04ceb3a4f85 826 0.39/1.00 vMB 223
227,225 227,225 0000000000000133c5a7ebe49a509e9274809adc9b465c5a395789ff528f427f 630 0.35/1.00 vMB 176
227,224 227,224 000000000000036538d8ea55be50ab996170d38c62c6c6d6372f928d4e3e0c5c 521 0.24/1.00 vMB 179
227,223 227,223 00000000000002ebcc8c8002be7c900fd4e38f6cd5946a28cb8927b7e04b44d6 260 0.16/1.00 vMB 173
227,222 227,222 0000000000000008bf27015474422d6f3275884b78bd8e8a3de788d590451582 512 0.23/1.00 vMB 17
227,221 227,221 00000000000002e507596e9ccaa4f42e0b67f5e285733096ee9ab2fb10f985d3 388 0.18/1.00 vMB 178
227,220 227,220 00000000000002584c4bad9185e5221a9ab14cc30e0a65e9bea6e3d0e7b74a54 131 0.15/1.00 vMB 70
227,219 227,219 000000000000025d727a5b505c7eb7f961e8295c5eca00a684049d3984a01da3 490 0.22/1.00 vMB 262
227,218 227,218 00000000000000973074da636bee6dcdaa97dd3f76c588dea407cd397808266e 501 0.21/1.00 vMB 234
227,217 227,217 000000000000015bbfea0c720112eb723c5a98e2e4323f9bd293b6403d2f30b0 158 0.09/1.00 vMB 129
227,216 227,216 000000000000010c29700ffb648406a2f2e0990e945d67d0b87b24d9383d65fb 283 0.15/1.00 vMB 194
227,215 227,215 0000000000000107ff278f8b9e7bb9875c312015b5ec5dc2660a971efc3b5c41 1,021 0.44/1.00 vMB 247
227,214 227,214 00000000000001c9d6b95f3c3ab1a878c69e536b13e99c6818ebc718a5db7eb8 11 0.00/1.00 vMB 331
227,213 227,213 0000000000000371a5b8addcc9779da8914d0850a2c21246938a2fc2419b3844 233 0.08/1.00 vMB 211
227,212 227,212 000000000000007b01043537bfde0967003746a58295cb34694e13608e6d51e1 11 0.00/1.00 vMB 0
227,211 227,211 000000000000032a6b57aed320152aedcc1af8eaacf321b863636c06a7e7e03b 109 0.06/1.00 vMB 94
227,210 227,210 000000000000022ddcce531acff18d0c954ffd725cad9ff7905fee3382ddfcb9 664 0.36/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.