Loading Tool

Explorer IconExplorer

Memory Pool

76,926 transactions
28.71 vMB
0.07604571 BTC
Random Selection Loading Transactions
Max Size: 173.72/200 MB

Candidate Block

Mining Attempt 26efb3fff34ab40d79c87dfe6ee50959ef66a5ffba6a6c05481d03b01e390d7c
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root f9d7fc547e0bcef603bbe45de84b990bd23b50e824cdd7509663bf738b54e5c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.01642970 BTC
Feerates: 150.93 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (462,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,758 452,758 0000000000000000026e055114e87e305e97ff1f69f61bd0c6c3e29c3c4a7c73 2,319 1.00/1.00 vMB 112
452,757 452,757 0000000000000000016a70cadec624d3ebf7ae449822c1e3aa9559b94954a466 392 0.19/1.00 vMB 89
452,756 452,756 0000000000000000012cddc31997d95e29434bd9adcdc038d1b4158ba8aff29e 1,575 1.00/1.00 vMB 54
452,755 452,755 000000000000000001a5dcfe9778a87c585c3c9e88e4120a29673a37bd7c23a2 1,754 1.00/1.00 vMB 67
452,754 452,754 000000000000000002209a44b539d7fa8791509c5ea40cc2a2b723913ffec153 666 0.25/1.00 vMB 88
452,753 452,753 0000000000000000021d2b6808e60d47c6db83d04e60fe0279591779f28d721e 1,087 0.44/1.00 vMB 98
452,752 452,752 000000000000000000ed4f21858c813b70be0379af337c0d9ab8ac5e42891fa3 757 0.46/1.00 vMB 51
452,751 452,751 00000000000000000021770e8f086523ebc96a517cf8934be9ffa4dd8cc38eac 1,930 1.00/1.00 vMB 108
452,750 452,750 0000000000000000017e1d5329fc58a6ccefc5e5bc85723f961a510054b172c8 1,222 0.73/1.00 vMB 92
452,749 452,749 000000000000000000a134a3ab3353a11879dbe2ddb23030365690db41c55d78 655 1.00/1.00 vMB 16
452,748 452,748 00000000000000000071d6c3b46ef382f9f4ee76bcdaeaf0e4d817d168e4574e 1,494 1.00/1.00 vMB 43
452,747 452,747 0000000000000000007837c9cb2c695eb2f5fc7d5cb1086ee2ec5626005fd33d 2,242 1.00/1.00 vMB 108
452,746 452,746 00000000000000000002c75894c511b21d83120ffb2bde23bcaa51f8a719101a 1,647 1.00/1.00 vMB 55
452,745 452,745 0000000000000000001036280d134351d843e04316bb8f32eaa0ff604153eeee 1,701 1.00/1.00 vMB 56
452,744 452,744 000000000000000001670ad05fd15dc80b0d90aabb9889da412f920fbfe8d9dd 806 0.37/1.00 vMB 64
452,743 452,743 0000000000000000011ee7f02e943b5079ce153cfafd34071d11ef5c047d5a7b 2,206 1.00/1.00 vMB 88
452,742 452,742 000000000000000000f1fae151a85974237cfca691e8a2f33e72480ba8eee277 2,986 1.00/1.00 vMB 79
452,741 452,741 0000000000000000028382b6cd78a5bd7c91bd7829be844c062a1f7fee57ab7e 2,476 1.00/1.00 vMB 78
452,740 452,740 00000000000000000230c5245354f18b3c1138eaf1b6054db76ee1a9a0865d8c 2,249 1.00/1.00 vMB 88
452,739 452,739 00000000000000000230d1198c31c79c988a5ebc0418596fd0d9eef49770cba1 2,844 1.00/1.00 vMB 128
452,738 452,738 0000000000000000021e275fbf22d5ab8262800731f7db91f967a5c02f76ea02 2,459 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.