Loading Tool

Explorer IconExplorer

Memory Pool

74,614 transactions
30.17 vMB
0.08381494 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt 0c2e0510fb21209b23e40f0cda181cc8186b6dcb24fa14f546eb93eb482e6f3b
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 5351a9feb85823d1d1249bcf84fc6c9e21f6afd4a88f55e406e5d2067f9c4556
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 372
Size: 1.00 vMB
Total Fees: 0.01213713 BTC
Feerates: 52.36 > 1.22 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (432,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,148 483,148 00000000000000000034aafb4f9d2266c368d801c6a85687b6d496689c855b84 1,863 1.00/1.00 vMB 198
483,147 483,147 00000000000000000120091d36c938ac39aecc8a84679719cf6852c4c4d9e271 878 1.00/1.00 vMB 155
483,146 483,146 0000000000000000011bb5e46cda965eeeebdac908dda842368be7df066aaca7 1,943 0.99/1.00 vMB 231
483,145 483,145 000000000000000000de1625e223d88782add24b6ec18eaf65f1aba701accd61 1,339 1.00/1.00 vMB 300
483,144 483,144 00000000000000000098caf7f86950bd6e2e58a639b9af76aab4fa2bd03efe9f 2,131 1.00/1.00 vMB 430
483,143 483,143 0000000000000000009aae0de62d0fa738ee934b3a70165c863a8deaeda513dc 1,844 1.00/1.00 vMB 423
483,142 483,142 0000000000000000011de754d5364993d8679abf8f4aa05e01941f16caec7aff 1,553 1.00/1.00 vMB 302
483,141 483,141 0000000000000000009a04b1ae3b6c358dc7a55fde444422ab35f566e9364254 2,213 1.00/1.00 vMB 292
483,140 483,140 000000000000000000284f3634cd0d398cd8c8db2a1a7cc12077ba1c27a835af 2,087 1.00/1.00 vMB 473
483,139 483,139 000000000000000001269d154daae04d249c31854126ec410d1040749f949212 1,838 0.99/1.00 vMB 114
483,138 483,138 0000000000000000005e6e0cfe56afe90b2c724d706ec4f76c887822592599de 1,456 1.00/1.00 vMB 278
483,137 483,137 0000000000000000007ee03ab85e1e4ccd5892946c2f871175dcdc5066207fd4 1,234 1.00/1.00 vMB 220
483,136 483,136 0000000000000000010adf6eb094acb3495ce5f60617ccf8c29cf2772c0f13e4 2,434 1.00/1.00 vMB 385
483,135 483,135 00000000000000000022283883700aedf5cbad1caeaeacf882caaf58ea0d4d9f 673 0.67/1.00 vMB 113
483,134 483,134 0000000000000000010f43fcfa5ebce5ec39cbca2139cdc8a7addc2da311da42 583 0.78/1.00 vMB 102
483,133 483,133 0000000000000000009a48e9a34c5f7eb6417c5efc0c82f05be55b807e80738a 1,197 0.88/1.00 vMB 174
483,132 483,132 000000000000000000975842b8ecbc118851ef436bc39db4644bce4a970c9b76 727 0.40/1.00 vMB 46
483,131 483,131 000000000000000000e005da7844060c198e10987e6b1cee9f567a7ea017b8d2 1,393 1.00/1.00 vMB 279
483,130 483,130 00000000000000000101fa2f180c03486418a26269503011113c3a51ad8986fe 359 0.17/1.00 vMB 250
483,129 483,129 00000000000000000087619a1bab8765d84a865750a4799b88e3cb77de4692dd 1,485 0.74/1.00 vMB 186
483,128 483,128 0000000000000000000cdd8d7e8cef2b8975b17a7fd43333d6dd62888f6744a9 1,613 0.81/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.