Loading Tool

Explorer IconExplorer

Memory Pool

37,173 transactions
27.73 vMB
0.06519380 BTC
Random Selection Loading Transactions
Max Size: 140.07/200 MB

Candidate Block

Mining Attempt 00b79fd48668c332ec6f9c87df0c91865b4f831f4d93428f385599bab44f686b
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root da0348e3f12858365b71f8366cad6a69d8bb1c3d3cb799973c2241253fa01038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,445
Size: 1.00 vMB
Total Fees: 0.01229372 BTC
Feerates: 548.72 > 1.23 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (324,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,296 590,296 0000000000000000000ba8c0f08cbfc488233d04141261b0b74811efffa20cc7 2,027 1.00/1.00 vMB 43
590,295 590,295 000000000000000000160ea69f3d7acdc94c2e84be58f03bdbaa0bab19d06d70 3,188 1.00/1.00 vMB 58
590,294 590,294 00000000000000000000717fb85123f6ad56ef0a7a4d8de64c00d8c8aca51f35 2,604 0.80/1.00 vMB 28
590,293 590,293 0000000000000000001c08a112ecd9b661efaf35127cd85323370f863c2db6eb 1,921 0.57/1.00 vMB 23
590,292 590,292 000000000000000000049addda8e0cd8628ab9865d6e9e83eab93b256f272045 949 0.27/1.00 vMB 2
590,291 590,291 00000000000000000015c3b3e7dd48add3db7b25b48f5b814664c420c8c4b5e5 2,710 1.00/1.00 vMB 41
590,290 590,290 0000000000000000000db28be4212c2b49144b3f92cd74dafb4083a6b853ae52 2,446 0.77/1.00 vMB 22
590,289 590,289 000000000000000000139269b89361fe70db7e1d60b17b535ca218841e6476ba 2,791 1.00/1.00 vMB 13
590,288 590,288 0000000000000000000dfdb056d455bde3b8e94c561533c9ac476eac34e23fa3 3,307 1.00/1.00 vMB 30
590,287 590,287 0000000000000000001aed77d05b7647240ed3593c021e57fa18541dcfd0ec5f 3,386 1.00/1.00 vMB 64
590,286 590,286 0000000000000000000a100fc9a1233a9775a24dc574908ddb4f2259a82483b5 3,265 1.00/1.00 vMB 46
590,285 590,285 0000000000000000000f199f8f4ea3ba78a31e9253ec8fb55252167c5c50bb7e 2,689 1.00/1.00 vMB 24
590,284 590,284 0000000000000000000f375fbaf6f83431b53d104e2bddc9d229517777d040f0 1,778 1.00/1.00 vMB 1
590,283 590,283 0000000000000000000bc46552966f4d6d1464c3a451955aa21cba9c3b8e97fb 3,187 1.00/1.00 vMB 34
590,282 590,282 0000000000000000000307d2090d024cae160a5c3f32ee66c83dc8a1788975d8 2,277 1.00/1.00 vMB 28
590,281 590,281 000000000000000000107a6c2f5d917678c5ae22a3a8fe93bc6f1bfd8687d4e0 3,427 1.00/1.00 vMB 74
590,280 590,280 00000000000000000015cefdccb489bdd9de8a5663703cc5ca866254cdcb2252 2,321 1.00/1.00 vMB 14
590,279 590,279 00000000000000000015b0da0af550ab0570fa12eb38e2252e185fbbd4fdabb2 1,931 1.00/1.00 vMB 17
590,278 590,278 000000000000000000129b98f9c7595ae9f0468830d5a0cbc58aceac6b800e2d 2,965 1.00/1.00 vMB 28
590,277 590,277 0000000000000000000bdcdddeec0ee61fc022b02c14debac2179c18743f1f98 2,532 1.00/1.00 vMB 35
590,276 590,276 000000000000000000149dc6f77a20203533e8cbbcd9a3203f56549f5b09ffe9 2,921 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.