Loading Tool

Explorer IconExplorer

Memory Pool

43,344 transactions
27.03 vMB
0.06303796 BTC
Random Selection Loading Transactions
Max Size: 142.24/200 MB

Candidate Block

Mining Attempt 42d4ef47dd20727634670937653e18ad0f92b8605883fe2f1ac4af997d68c84e
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root a8e368e037da11d5293b125315dc68a3eb0d07374fcc4b62f4d747b73f0d1e62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,387
Size: 1.00 vMB
Total Fees: 0.01274534 BTC
Feerates: 151.15 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (452,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,062 462,062 00000000000000000132bf1f8be5dd24020096a89263d9e8d528a8f2f9716f0e 1,787 1.00/1.00 vMB 119
462,061 462,061 0000000000000000009d06d6b987d3a041d23d3676c34b44c53e9e43e474b271 753 1.00/1.00 vMB 36
462,060 462,060 000000000000000000e28529ee8b5de9af8ebd976476b4d4bd64db57c5203d07 1,224 1.00/1.00 vMB 70
462,059 462,059 000000000000000001114a90244534c036ba33ecaebe11e813317344a5cbc72d 1,156 1.00/1.00 vMB 38
462,058 462,058 00000000000000000040ac04a70469a5284c0cd81643233081052f0e11ef82e1 1,064 1.00/1.00 vMB 70
462,057 462,057 0000000000000000006798cf009d8e6a252db75811769084c73e38f134db7c47 442 1.00/1.00 vMB 26
462,056 462,056 0000000000000000017945f2e1d08dcb4887aeb45c9b8cca8f6bd7625838ab29 2,322 1.00/1.00 vMB 140
462,055 462,055 000000000000000001fec235a270feb6d30011a3f490d8f1d7f8ce7f9b0c589d 1,924 1.00/1.00 vMB 86
462,054 462,054 00000000000000000120ff3f28266bad18340a4b3ff39198c8623497a1467b43 2,321 1.00/1.00 vMB 146
462,053 462,053 000000000000000001a55f2112d1b179bb04520ccf9ad37cdcf61679b4a6d370 2,495 1.00/1.00 vMB 184
462,052 462,052 000000000000000000215e34e6d4012732a5ba90c3dfbb71c32322ec10d40750 1,152 1.00/1.00 vMB 109
462,051 462,051 0000000000000000013e87cacb8b34720abe9287d5cffd43c29d7065bb920f36 2,131 1.00/1.00 vMB 154
462,050 462,050 00000000000000000079d1e207614d1488c41e7d44f6a3ce3e0c37769a8e0c9e 944 1.00/1.00 vMB 71
462,049 462,049 00000000000000000166532501dd47dc097ba706ec4c27d7272ec3674aa61502 1,943 1.00/1.00 vMB 54
462,048 462,048 000000000000000000a0a934e237a195f9cb0864daddfd57fb37aaa63ba475b3 1,268 1.00/1.00 vMB 101
462,047 462,047 000000000000000000b017a13432e18fd5388828162d8f1706049032ac79af4d 1,626 1.00/1.00 vMB 103
462,046 462,046 0000000000000000006735d350679ab14bd31217b67d4154aa65f64dcdf717ca 2,345 1.00/1.00 vMB 187
462,045 462,045 000000000000000001e4996c7107205b09d8b58aef2205ee81b1a176f6b3ed5a 1,029 1.00/1.00 vMB 110
462,044 462,044 000000000000000000a8408cba374717d51bbe08750621925e59001228732d84 2,492 1.00/1.00 vMB 147
462,043 462,043 000000000000000000237cf1d8dca8e0676b0f6a9a87beb0c9c672e6d710e39a 2,538 1.00/1.00 vMB 187
462,042 462,042 000000000000000001aa09db360053d3c466d8fd3dea26d7eac0868cf52bb138 1,674 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.