Loading Tool

Explorer IconExplorer

Memory Pool

79,936 transactions
30.03 vMB
0.11804893 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt fdf98ada5bd4523c28dca2267412baf1a8fbe71722990b1e778ef1f05e379702
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root d72dce3cf9f6014296c1a4c4280f54c9a41e792bee8c79b66f50a7c1d5af030d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,227
Size: 1.00 vMB
Total Fees: 0.05057666 BTC
Feerates: 150.80 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (501,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,709 413,709 0000000000000000030ae531a7880f1c1dafd08e45478932a3a284e4b6a6437e 1,947 1.00/1.00 vMB 81
413,708 413,708 000000000000000001305c133a42d778eaa9cf172ca7dd746bceaad6b1820266 946 1.00/1.00 vMB 28
413,707 413,707 000000000000000005437b6f7d14805436e504c4cae406c7b8386d9ef95f8cb6 1,121 1.00/1.00 vMB 31
413,706 413,706 0000000000000000003fee90da184d69e482d04ac6e71b3298a1a71fc2966ef2 1,575 1.00/1.00 vMB 50
413,705 413,705 000000000000000000dbd410a6f22a1077396e090aa91b6038cbbbfd0ee24d42 265 1.00/1.00 vMB 11
413,704 413,704 000000000000000003aaf5766a4847e54b6c3f85b5e584df06e19619edd32844 833 1.00/1.00 vMB 24
413,703 413,703 000000000000000000c549407731a8092a0c290b8b27bf2503a5a18b3a7d1486 640 1.00/1.00 vMB 14
413,702 413,702 00000000000000000293064d225a6773303eb01ba73942858a6decaed2040b87 606 1.00/1.00 vMB 24
413,701 413,701 0000000000000000008b19623a03e1156235699b7e2611b853ef368996331e63 1,218 0.69/1.00 vMB 61
413,700 413,700 00000000000000000448ee09360b6363d9a32fd623ca2fa299b6bd9236df3461 402 0.18/1.00 vMB 50
413,699 413,699 000000000000000000a3b866f766cfb4df0f913a4a06fafb4220c9262443d242 976 0.49/1.00 vMB 47
413,698 413,698 000000000000000000ebc37a9f66c1931fabd3ba223d41b6fd806567189f00b6 97 0.91/1.00 vMB 9
413,697 413,697 00000000000000000314f6ffef349af5a9c80e8e79fd0f41bdbf341c3c88c64e 1,691 1.00/1.00 vMB 42
413,696 413,696 00000000000000000436e3c2bf11c0acc0013a93b8f0c37dc98833e9b42ad3f7 161 0.18/1.00 vMB 44
413,695 413,695 000000000000000001251f5326d77b9f0a28f9a6d8fdc3af4dd6f5b776b41ad7 1,121 1.00/1.00 vMB 29
413,694 413,694 0000000000000000008ca5959d63fd4f0b367ede6c14cbdd76928f1bc9c5cedf 2,199 1.00/1.00 vMB 78
413,693 413,693 000000000000000002e14c1c1ea01f67560ea2141ca8141ed02d62f832f4ceb2 1,666 1.00/1.00 vMB 43
413,692 413,692 0000000000000000029547f9b4133ec979881c4a8f95cbe77fc568cb6be9235e 1,251 1.00/1.00 vMB 29
413,691 413,691 000000000000000002c5a32b8f01d18d37551aa726049d84fb1210307d80b8b0 1,913 1.00/1.00 vMB 51
413,690 413,690 000000000000000004f991ca89ead1a47e30ac78b1e42325ff5039212a5bbb48 561 1.00/1.00 vMB 19
413,689 413,689 000000000000000001dfa7303ad2ba68c56de68be451abe0645d32cef0da0ccb 1,748 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.