Loading Tool

Explorer IconExplorer

Memory Pool

84,835 transactions
30.68 vMB
0.18146494 BTC
Random Selection Loading Transactions
Max Size: 185.97/200 MB

Candidate Block

Mining Attempt 9a418ea34ccef972c5f62c7b7f7ed5e069f4931a13237c7b1b448fb52d149c67
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 039cd90b890beb626e25df99c672cf730b910bf57d2b6c30093f5eb165eb8add
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.11827294 BTC
Feerates: 179.53 > 11.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (693,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,611 221,611 00000000000001fd6bf0e57e238ecd1e8456af86defd61106c9f2089a8718658 6 0.00/1.00 vMB 53
221,610 221,610 00000000000001b6a8b7af33a4d7babd76861b77a3520154bd5cf5427efabba8 181 0.10/1.00 vMB 160
221,609 221,609 000000000000025de2d55d9212c4b698b7f6f3a045e2d830a60769c6c75c052c 339 0.17/1.00 vMB 94
221,608 221,608 00000000000002ddfa6d16178b0e3f2dc9df095f4d9f4a3769003ff89f8746c5 327 0.15/1.00 vMB 170
221,607 221,607 00000000000003c8c2362673d086f99d208e8dd990eb88a96cbbd655bdcff52e 63 0.03/1.00 vMB 129
221,606 221,606 00000000000001e7584485859e140becbd91d6a1e6ef62c90c81f211dcecfe30 294 0.13/1.00 vMB 175
221,605 221,605 00000000000000a35ec95ee7b63f39407d2eac2a5045736e4704b0ff865bbad2 115 0.06/1.00 vMB 126
221,604 221,604 0000000000000212dfa9a15e625ea2b77bf312c653e5e3c1f3b0689de8e8b026 288 0.12/1.00 vMB 233
221,603 221,603 00000000000003c1675600e34ca7670036fc1b5dad26d07ab31e5f8501d24e25 167 0.08/1.00 vMB 170
221,602 221,602 00000000000001401eef79b59561d9d094c200a1aca5fc65675579d6c615125b 253 0.13/1.00 vMB 160
221,601 221,601 000000000000022839921d6dd0ab26924b8f6b67de83dda9a5bf17054ff43d3b 117 0.05/1.00 vMB 202
221,600 221,600 00000000000000e2274ed200183b30d1e6eae1f3e7000c6df67a17469d0f251a 146 0.05/1.00 vMB 203
221,599 221,599 00000000000002ac3e0481a2b0ecf9f5044ff76560994da3ef3cce7dae102907 86 0.05/1.00 vMB 159
221,598 221,598 000000000000030bf93725da99aedf00c99b81f8a58905d1c9fed68736ae2266 419 0.22/1.00 vMB 160
221,597 221,597 00000000000002bc4ba0a5b6e7dae945e45401f9fb2651182d7c229771c93430 331 0.17/1.00 vMB 161
221,596 221,596 0000000000000055a39f33d93d1546145c69ecef1d184bfa9f54ac16b74bb14b 76 0.06/1.00 vMB 37
221,595 221,595 0000000000000019f80e40b6387599ff8235f152751c6b2a86f5faadd65db1ea 171 0.05/1.00 vMB 17
221,594 221,594 0000000000000072b4847bdec897dbd6f1f2a7a786bd8b0dc84e9489a733bf1d 428 0.18/1.00 vMB 1,788
221,593 221,593 00000000000003a6811944208579e75b725af8975da2ad6217d27ec267be50a8 452 0.21/1.00 vMB 189
221,592 221,592 000000000000016b977d917428476aaf96ebc3ec8ddea9576c0dfbca5f03c21a 9 0.00/1.00 vMB 173
221,591 221,591 000000000000005ebaa37cefc20abaeb253ef7321361cf82e6d16e9fedc16db0 28 0.04/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.