Loading Tool

Explorer IconExplorer

Memory Pool

41,593 transactions
26.69 vMB
0.05528854 BTC
Random Selection Loading Transactions
Max Size: 139.95/200 MB

Candidate Block

Mining Attempt 7dfbf169b0fc11a044311f85d593baaddaceaff1a147fe47f354806b68830347
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a9a3c9744a1171441c614e8486e9cfd27e1b3e80091f05f653392656b1ecb92c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,699
Size: 1.00 vMB
Total Fees: 0.00602501 BTC
Feerates: 103.41 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (251,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,336 663,336 00000000000000000004f6590f016d9e814e40abec124525b94010a1b1c6a6ad 2,282 1.00/1.00 vMB 29
663,335 663,335 00000000000000000008c32af9f0c1964063b7a5fdbca9f3eacd4af5b770ddc2 2,052 1.00/1.00 vMB 19
663,334 663,334 0000000000000000000b64ca681290f99444ab2b81857c83278a261f79284821 2,490 1.00/1.00 vMB 14
663,333 663,333 0000000000000000000abdb8c2a57746f5bf173a845db8be00ccdc90d1f2ec9c 2,383 1.00/1.00 vMB 87
663,332 663,332 000000000000000000025cc7e5b183f67d7121e2eb63c62568e3095fefe3ae16 2,243 1.00/1.00 vMB 98
663,331 663,331 0000000000000000000ef0e0efa98a46f9d1544205c78c3b34d84b8c28d9fc43 2,280 1.00/1.00 vMB 63
663,330 663,330 00000000000000000008440edaf9215796f6941518dd207451a6f906d2230e35 1,691 1.00/1.00 vMB 22
663,329 663,329 0000000000000000000d5e57673bb02bc5add3da7f1193b3b51178e978fcfd0e 2,197 1.00/1.00 vMB 61
663,328 663,328 00000000000000000000ef6ba6930718841059007b90f5a4a616ccec0a8b1701 2,108 1.00/1.00 vMB 39
663,327 663,327 0000000000000000000f1e43e07bd01dc045b94049556e368db752bbf6af8568 1,408 1.00/1.00 vMB 87
663,326 663,326 0000000000000000000e8c40d1583fa761faea28b7c69c872976f18a57929871 2,524 1.00/1.00 vMB 114
663,325 663,325 0000000000000000000a97963bce4f48e4de3128ef339e143f0cee03d22f391f 2,261 1.00/1.00 vMB 25
663,324 663,324 00000000000000000003452e7f0d2ce264ccbfe4ee120feddac6f3aea17d1c0c 2,108 1.00/1.00 vMB 37
663,323 663,323 0000000000000000000412c2dab85f02bd87e2520d7e87ca6a815d73bba640c8 2,639 1.00/1.00 vMB 107
663,322 663,322 0000000000000000000e1b6504f8422bad71c856657376268e88b9dd260fd14f 1,894 1.00/1.00 vMB 5
663,321 663,321 0000000000000000000cb6890e6f35b136b16d8e7a76b6549d5c7e5e767962e3 734 1.00/1.00 vMB 7
663,320 663,320 00000000000000000009460636416533bf576e8db98418a9016bb59825c8931d 2,179 1.00/1.00 vMB 28
663,319 663,319 0000000000000000000bc7ea922cdea0c38d4ef6d4ed09ec18b7c29f73aaeaf4 2,295 1.00/1.00 vMB 41
663,318 663,318 00000000000000000004f877920cb1e9cf854f7162e0f8572eb8b471a9c686ef 1,717 1.00/1.00 vMB 31
663,317 663,317 00000000000000000006a99eb527a346924ecd3bdb3b7b2a96dc90ff13339e7f 1,570 1.00/1.00 vMB 79
663,316 663,316 000000000000000000027b88e8611a96bcb319e1a43fc7fc7680e84864fd617a 1,682 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.