Loading Tool

Explorer IconExplorer

Memory Pool

78,711 transactions
29.16 vMB
0.09429375 BTC
Random Selection Loading Transactions
Max Size: 176.27/200 MB

Candidate Block

Mining Attempt 99a7733141823de67141564f66df64a255bd9ea1bfed4f6cca7f8a468615c4a8
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 68ba4c8ed2e1d7afd2313acf52f99df3f983336853d47f8927c13b397f309dae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.03318007 BTC
Feerates: 477.45 > 3.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (229,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,164 685,164 00000000000000000007e4fec3aa438e9d2f1062be12a874069ddd0759c27054 2,132 1.00/1.00 vMB 93
685,163 685,163 000000000000000000098352a4fc4320c2e2392cc2b5d671bcbf3d9dd84ab90a 2,307 1.00/1.00 vMB 102
685,162 685,162 00000000000000000003c673cecdd3edc6ee4cc8b4d17c45bef96a33a41f0455 2,905 1.00/1.00 vMB 108
685,161 685,161 00000000000000000005bfe67b0ad2eb8e35b5dcec621c914f610f0d072832f4 2,557 1.00/1.00 vMB 94
685,160 685,160 000000000000000000004b6e3519f09c700401be6ec99196fc1da24afb39e7a4 3,100 1.00/1.00 vMB 128
685,159 685,159 000000000000000000066671de9d9df5bc333bf8616a24f9db7abf452fb2a0c7 2,353 1.00/1.00 vMB 41
685,158 685,158 000000000000000000062828a22f2fa97f67a772d047c0bfe6c13ea9352612bb 2,291 1.00/1.00 vMB 60
685,157 685,157 0000000000000000000226d6805998aed1a93aeee3413cca580b22144764feea 1,862 1.00/1.00 vMB 71
685,156 685,156 0000000000000000000a778503a4e645cc2e3d1d6eedcf9c2dc264b3b97de9e2 1,827 1.00/1.00 vMB 54
685,155 685,155 000000000000000000090c103958cd5ca89ebc0bcc592a68f1bfeafe342cd60b 2,477 1.00/1.00 vMB 111
685,154 685,154 000000000000000000036799632fa9c89ae150270645606ad677b59139e4a7f1 2,136 1.00/1.00 vMB 82
685,153 685,153 000000000000000000011af4710a5c5d7976b2a81660a0d80a01bfb3d21467ea 2,512 1.00/1.00 vMB 91
685,152 685,152 00000000000000000000c30a59d2345311953c7dedee9bc8f8643702f101bb1b 2,491 1.00/1.00 vMB 51
685,151 685,151 0000000000000000000050cb21d449825cd567dbf89ea7f5fa3f7017aafe910b 2,580 1.00/1.00 vMB 63
685,150 685,150 00000000000000000003c559c7757d8b1d3ebb5aeee3c3184ea98e3e92f3e5ee 1,649 1.00/1.00 vMB 26
685,149 685,149 000000000000000000056374aa63a89ebd14c725680385ad26c6c122b0189d38 2,542 1.00/1.00 vMB 24
685,148 685,148 00000000000000000005ac2da6450c7ad7b889aa17765c98292589ccf8b466cd 2,220 1.00/1.00 vMB 45
685,147 685,147 000000000000000000035e4f3ab9b88358d1e4e3c49c5f4a1c33cc30eaac43a9 1,076 1.00/1.00 vMB 69
685,146 685,146 00000000000000000004de910cd6468d443564034cf3d02918fe611d4bc2f250 2,154 1.00/1.00 vMB 101
685,145 685,145 000000000000000000033f8bc69c6d362b1b2913c7ec3fdef3d98b143719c380 1,874 1.00/1.00 vMB 38
685,144 685,144 00000000000000000005f1ff65d1ea724aa897f292d8b5e76d127ae7194f2414 113 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.