Loading Tool

Explorer IconExplorer

Memory Pool

87,221 transactions
32.61 vMB
0.15231842 BTC
Random Selection Loading Transactions
Max Size: 199.14/200 MB

Candidate Block

Mining Attempt dcabcea672f13bf541ff55497f2c39c8b17c8fa26bcd0aab2a2c552263eed4c0
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root e9434a59e66328c28158347a43d195788da62c5213fa012b853a26da7a6a3459
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.05883194 BTC
Feerates: 400.00 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (434,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,051 481,051 00000000000000000107b973bb339523e60f2e9da10ed8d7f3506d6bfb44b9d6 3,816 1.00/1.00 vMB 78
481,050 481,050 00000000000000000001c0378c22e6bcdbdb385df8b2bbc9749d798a4823dea1 3,183 0.99/1.00 vMB 123
481,049 481,049 00000000000000000053e5414e7333ee596374e3ae8db5ef4a51f54567dd9bf1 3,793 1.00/1.00 vMB 88
481,048 481,048 000000000000000000cbb7a372922ee3af98909dd4bea521fe619e29605f2f7b 1,813 1.00/1.00 vMB 226
481,047 481,047 00000000000000000127f430f5818b53bd14dbe58672cb4d8c354032cb82bd0a 2,160 1.00/1.00 vMB 185
481,046 481,046 0000000000000000003ce92fef0f2b48825bb5d6eb8d2acd3e9c3bbaf04d94bd 1,899 1.00/1.00 vMB 166
481,045 481,045 000000000000000000166523c6a5de6a2626a5f90519076ce7198987e71697d9 1,901 1.00/1.00 vMB 85
481,044 481,044 000000000000000000fc3f63dcd51261ebaee6a723fd89a5853560897a6112df 1,736 1.00/1.00 vMB 56
481,043 481,043 000000000000000000d65519296a65e2c457c2467d138938a1a02b4dadec1cc9 2,054 1.00/1.00 vMB 94
481,042 481,042 0000000000000000011e1ff3d42743e0f30cc4319fffe4d4c9f2f4c4f310a1d5 1,834 1.00/1.00 vMB 172
481,041 481,041 000000000000000000c6ea0c5769759e1c69ce69b2be5d7f211996ed339a0ee2 1,463 0.99/1.00 vMB 266
481,040 481,040 0000000000000000008a10f06797bdf3080c3984577b4761ff70f2409351ba71 2,612 1.00/1.00 vMB 322
481,039 481,039 00000000000000000118558b651fb2d30ab03a05eaccfe2c66713134af4faba9 1,839 1.00/1.00 vMB 256
481,038 481,038 000000000000000000f860f2bee1088d900cae307c85a83d423541a2e050cdcf 1,829 1.00/1.00 vMB 235
481,037 481,037 000000000000000000ce2fe1077011a52fdf14da012284f6d010afc947c30bd3 2,173 1.00/1.00 vMB 318
481,036 481,036 0000000000000000010e7f53e6e9d7d3a52037bd78bd52bfe610b0af15ddaf70 2,350 1.00/1.00 vMB 330
481,035 481,035 000000000000000000d3841f959d789dba3b670b1be10942ad417564073c0a6a 1,811 1.00/1.00 vMB 244
481,034 481,034 000000000000000000678e3a7d77c3de028b66b02d4959dd5caaf275fe63d129 1,732 1.00/1.00 vMB 251
481,033 481,033 0000000000000000004b9c027f09a46e54a302a432192eb047b03d599b542b83 2,349 1.00/1.00 vMB 301
481,032 481,032 000000000000000000f682a86d7dbcd77fc54209c1728275784eac1cf76ccd88 1,473 1.00/1.00 vMB 340
481,031 481,031 000000000000000000d6329e1ed7e08e3a7c0d35c46a13df4bfb939b2cac78e6 2,496 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.