Loading Tool

Explorer IconExplorer

Memory Pool

76,374 transactions
28.55 vMB
0.07052403 BTC
Random Selection Loading Transactions
Max Size: 172.83/200 MB

Candidate Block

Mining Attempt d47c92356e84e320a79ba6173e25e9b1721ca67756fd5bfbca5c26c0a7e4d869
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root b79cd0d8ebbc3c278538faa16c3f114258f9792daef63ab91f152c2a7241fcf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,464
Size: 1.00 vMB
Total Fees: 0.01133404 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (650,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,740 264,740 0000000000000000c6e5cd8077c537e143fb798c20ed1c78b70b70c2dccfa519 503 0.21/1.00 vMB 99
264,739 264,739 00000000000000094ed8b6dbf0d72869bc5a389c49b5492a6c61d3d10e926cd1 23 0.01/1.00 vMB 289
264,738 264,738 0000000000000003683efd904ba901216799c6b94cf10c068e57f5fcd3d37366 278 0.15/1.00 vMB 92
264,737 264,737 000000000000000dd7e0b1821b08a5f1652f4b0f6b36ae5dce28dc8b2214857a 214 0.05/1.00 vMB 49
264,736 264,736 0000000000000003ed4c045e1b52d4c846b818992ff252cfce695195f94d44b1 56 0.05/1.00 vMB 16
264,735 264,735 0000000000000006402f91afa57fd44ea36c690e3518f96a14fa0fdd3e486047 316 0.21/1.00 vMB 120
264,734 264,734 00000000000000099a1a02b1523391caa0e4f653619afea4112717deaad8884e 257 0.14/1.00 vMB 84
264,733 264,733 000000000000000b4e53ff87a0ad88c649034606dab9fb1c7fe156f94e214cc5 187 0.15/1.00 vMB 51
264,732 264,732 0000000000000001f939e8e86d97ba4182fbc0a390c144e300c34c13dd43a8d1 52 0.02/1.00 vMB 114
264,731 264,731 000000000000000fca2279c5423bd1ad5d9d55180104e968393a37c0a0e0f4ca 113 0.03/1.00 vMB 56
264,730 264,730 000000000000000ca3a1fabd9d5ba7a7bbe04cc4392c9506aaae06c31580f1b9 302 0.15/1.00 vMB 119
264,729 264,729 00000000000000021f7e1de3958cbe2d24b7963eb303f934de0651abe904c04a 384 0.15/1.00 vMB 121
264,728 264,728 000000000000000b0703a7b438aae3435c011b593cb7af2fe2fdfbfb327cdfbc 390 0.18/1.00 vMB 108
264,727 264,727 000000000000000dd8d6b2109ea7bc6441a5ba6d5be311f2542b37e4343d54fb 104 0.05/1.00 vMB 55
264,726 264,726 0000000000000001a697fd86500f01de24d71bb9d0d41d76f47403e73d10231f 648 0.30/1.00 vMB 129
264,725 264,725 00000000000000069a56bf365108e285036730c7e5e6f14ee30c6d00e6161708 436 0.21/1.00 vMB 116
264,724 264,724 000000000000000eaf972bf24f92fc66f6ad837dec6e92f0880191f596356d9c 81 0.03/1.00 vMB 138
264,723 264,723 000000000000000b75e649cd7eaf7e1dc0d417ec5cb33a7a949c01b055392761 196 0.08/1.00 vMB 103
264,722 264,722 000000000000000707658ca1d23e8c08ab137eae770ae02407100b42ff9c5065 357 0.15/1.00 vMB 99
264,721 264,721 000000000000000e573dde3a646b08ced3cd6207483a3e3aeb3b7d00f5b11443 323 0.15/1.00 vMB 107
264,720 264,720 000000000000000a6edc91ed5105bc2f217aa2903c2f5f2e3f6b8eb074e72548 47 0.02/1.00 vMB 2
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.10 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.