Loading Tool

Explorer IconExplorer

Memory Pool

44,610 transactions
26.62 vMB
0.05797523 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 057034d8ee2e0e5025eade41ee0f51242e544dde73d115a910d1bba2b1c56a54
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 5ab5ddc72a9e01635d1f7fa8076fbe81230fad8199af47eb5315280e97b7045c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,098
Size: 1.00 vMB
Total Fees: 0.00902582 BTC
Feerates: 54.71 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (69,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,217 845,217 00000000000000000001dc2116cc728afb1d00b414eed096f9939bb122a6b5a5 3,227 1.00/1.00 vMB 16
845,216 845,216 000000000000000000029082f4593c0171959b65e02fa704568033ae4862612a 6,569 1.00/1.00 vMB 8
845,215 845,215 00000000000000000002008206e81d81c6f3ba76447cd57cd5c31caa1c4421d2 6,230 1.00/1.00 vMB 8
845,214 845,214 00000000000000000002fc46e474640c784e69cad0fd0faa3106924c2dfd21bf 3,658 1.00/1.00 vMB 10
845,213 845,213 0000000000000000000204015a66da5be1642474887b5ebe4d58cf915c51e2c3 1 0.00/1.00 vMB 0
845,212 845,212 0000000000000000000084c8057e1c8dc626642d580c3a1f397c4df38eccf981 6,660 1.00/1.00 vMB 16
845,211 845,211 00000000000000000002d54dd5ad6937323246b02854a5fbc37206e4b1b7dbb9 5,399 1.00/1.00 vMB 10
845,210 845,210 000000000000000000000a2638a3114bbeaadcdfbbcc47cfca29fefbf202ea29 4,509 1.00/1.00 vMB 11
845,209 845,209 000000000000000000026076f9ec8592ff29dc5bb28134be4e55ebe6ffb73e73 5,813 1.00/1.00 vMB 14
845,208 845,208 000000000000000000006847240e4d403592db8d0d2c53e5c1cf9b9b14def4b0 5,898 1.00/1.00 vMB 16
845,207 845,207 00000000000000000000fbc26fe993255143b840fd84b6b54a657141f184eab3 4,589 1.00/1.00 vMB 13
845,206 845,206 000000000000000000033213c07d3cd3db6764655b5c1f631fb360de3c509365 5,314 1.00/1.00 vMB 12
845,205 845,205 0000000000000000000255f9cdb0922516106b2a4db07994ccb2a0a81ca3b17d 5,034 1.00/1.00 vMB 10
845,204 845,204 00000000000000000002159f92bfb1f3e63048e0f5fa0e1347f93de0a87d5ef5 5,464 1.00/1.00 vMB 17
845,203 845,203 0000000000000000000005a37fce5f7173d92c77b473481c5ac26beb9b863f9f 5,223 1.00/1.00 vMB 10
845,202 845,202 000000000000000000017ff0236f17f8b615d75cf802a7a780ce6e928b94a88f 4,928 1.00/1.00 vMB 11
845,201 845,201 00000000000000000003169ba7b42aeeed571f9f4d64efa02cf2840f4d6509ec 3,884 1.00/1.00 vMB 12
845,200 845,200 000000000000000000027a970865a12b12e4da473011e2033eeca871c957a747 6,681 1.00/1.00 vMB 8
845,199 845,199 00000000000000000000cd02421a59debc760b42a25c43174d2544dbb0ffcbee 2,888 1.00/1.00 vMB 14
845,198 845,198 00000000000000000000301d584ec5f1c16e89487c05baf035f01875cb763d75 7,680 1.00/1.00 vMB 7
845,197 845,197 000000000000000000026f9e90bcfe5f592e295bf420e7b7c4cf8f22b900ebc0 6,212 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.