Loading Tool

Explorer IconExplorer

Memory Pool

78,846 transactions
29.31 vMB
0.08099943 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 688fd1ba7d3463dab07b6c2a27749eda13a353201e34de0aff3b0bba159e445d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 90c5066639c680cb78f0d984886d1c790ba4f685b388c927e9f8225a5375cd67
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,070
Size: 1.00 vMB
Total Fees: 0.01673249 BTC
Feerates: 402.60 > 1.68 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,680 458,680 000000000000000001174479d3e4a00a486fadbb947650e44e6c9910c072b563 2,154 1.00/1.00 vMB 225
458,679 458,679 0000000000000000019b7097c0b729c159655206c64d05c28c1a1e6ee5134b16 1,629 1.00/1.00 vMB 145
458,678 458,678 000000000000000001a85a53eb59d4674160894005d29aea37f433f80d491bc5 1,845 1.00/1.00 vMB 241
458,677 458,677 000000000000000002232a2ad6115094a5e348d0761bebb85f40d2c1a87cbab0 2,487 1.00/1.00 vMB 138
458,676 458,676 00000000000000000185f264315971af13b692af39454908863d93b62805c06c 2,122 1.00/1.00 vMB 150
458,675 458,675 0000000000000000019877ecd22d2e9dae53dfcbb92599c614a4f684948c5dc4 1,995 1.00/1.00 vMB 201
458,674 458,674 000000000000000000cfcd5c622ce30b5076198ffb201d5c14d3d9fe33a716b3 1,881 1.00/1.00 vMB 184
458,673 458,673 000000000000000000a66f3cbfa251029aee2a10cb09e1670043688cebdffc25 1,791 1.00/1.00 vMB 173
458,672 458,672 000000000000000001b64d65fea45aa0b5a77448d89f94cf29ec21c902700b5d 1,409 1.00/1.00 vMB 174
458,671 458,671 000000000000000002455d2256fe911799f8f53e7d52f40e5b748ffafac58891 1,524 1.00/1.00 vMB 227
458,670 458,670 000000000000000001e69e47c540669878343005c6fe4c1374e53526871611b3 1,088 0.64/1.00 vMB 103
458,669 458,669 000000000000000000a2150c7975baaa62efc3e8451f48b2d252ae86f1c1537f 2,103 0.99/1.00 vMB 161
458,668 458,668 0000000000000000018dfa9cb55f8ff197d547677e58045c9246507e4033c6c4 2,118 1.00/1.00 vMB 180
458,667 458,667 000000000000000001db3d84b0c2e57e8f3e6f923e14d82c23ee7624caf4356e 2,378 1.00/1.00 vMB 212
458,666 458,666 000000000000000000dc0c3db88c14e0e7a3c8e2a341899856a88b207d77637e 1,676 0.90/1.00 vMB 139
458,665 458,665 000000000000000001b057bb4fe51e69554abd7c295bdd41fbeb0e424614e94d 1,296 0.56/1.00 vMB 148
458,664 458,664 000000000000000000209a71e5905e6428f0f26bf7468e99bf0df93d9dcbff3f 1,370 0.75/1.00 vMB 156
458,663 458,663 000000000000000000cde3b8e4d30dfdd399b941394d2d78e6f8ec32f662810b 279 0.11/1.00 vMB 152
458,662 458,662 0000000000000000008628c8bca8fb9d0aef275b5da583d2e63eee54dea452e1 111 0.05/1.00 vMB 168
458,661 458,661 0000000000000000007ad0c6c8d0d55449ed535ec8a88646dfeabae082fbb90a 1,042 0.74/1.00 vMB 76
458,660 458,660 000000000000000000eae4aa1a6cff591840c721b14a958a85f45ef0ccb5eb7f 369 0.18/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.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: 715.16 GB
    • Received: 17.66 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.