Loading Tool

Explorer IconExplorer

Memory Pool

71,469 transactions
26.68 vMB
0.06433011 BTC
Random Selection Loading Transactions
Max Size: 161.77/200 MB

Candidate Block

Mining Attempt bed62e4e79d07654427d8dc9f3148a61ad9a90827c6ad685d5e2ca9b07e759af
Version 20000000
Previous Block 000000000000000000016aa18e8ecd613d6541af8a0d66953f28fb8fdcfea38a
Merkle Root 1f35a45a911dbbb174894e2145bdf8555afec1fc8c0f7fb5866b10ac81ceef29
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,720
Size: 1.00 vMB
Total Fees: 0.00725480 BTC
Feerates: 192.18 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,551 (813,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,653 101,653 0000000000007a5a51166a58100751f88e59916309ff2054fbb4f4148c7e22f2 11 0.00/1.00 vMB 338
101,652 101,652 000000000003936e25784833e8d414d9c19e95ee8acb15ac02b626a82dd8e930 15 0.00/1.00 vMB 0
101,651 101,651 000000000000f6803e3c91c42658910a16fa628e6171a8d5fc633f32d3299ed5 1 0.00/1.00 vMB 0
101,650 101,650 00000000000342f25214d4e63b1ae30e4ac9d94210d5a431555003777d78380e 9 0.00/1.00 vMB 0
101,649 101,649 000000000003f8d9176a233f4517eb5cba685f0a80e21e2beb2bcf35c58d9a84 2 0.00/1.00 vMB 0
101,648 101,648 000000000003d9f3d8f2e92c1522fd4285ef7179e859f5380f7974790ddd30b8 4 0.00/1.00 vMB 0
101,647 101,647 0000000000036042d0e8dae5c198638d5e62d8431a45a4ad888741806b4dea29 11 0.00/1.00 vMB 0
101,646 101,646 0000000000014d717db096cce922e70457a0f014e5da5715d7061117953ee1d3 12 0.00/1.00 vMB 0
101,645 101,645 000000000003f4c48634625bd804dd5b0a3d2a922f23acc0a205a9a3c20f9beb 3 0.00/1.00 vMB 0
101,644 101,644 000000000000427426a0e20eb66c308d70dc834d82cf720ae785ad34e3b3bf22 1 0.00/1.00 vMB 0
101,643 101,643 000000000002c2dd029f1f26729cea6e4e65bf8b0b07af932e897d52883fd6f4 5 0.00/1.00 vMB 0
101,642 101,642 0000000000031a3a8c76ad520be2d595067e3b0efb98142f3faa1b2c0b525d6f 4 0.00/1.00 vMB 0
101,641 101,641 000000000002b7def1c138ce5172ca6ada06ffb0c2dec9fa2f696e500fc73a29 4 0.00/1.00 vMB 0
101,640 101,640 000000000001aa5860b4459c1fa1e5fd7f4f147bfd5c2c675e69e88d0cc17c59 5 0.00/1.00 vMB 0
101,639 101,639 000000000002916af1470ada6fed15b23cc04b9ee9220ffc0a4deae49b5b89b5 1 0.00/1.00 vMB 0
101,638 101,638 000000000003aefc5f312d6e864cc7ce217bcf238baf59f4445043eb8f0cb100 4 0.00/1.00 vMB 0
101,637 101,637 000000000003c79b0b71a6e7263b06761d4e517fb49fd17866bd8bc648c26acb 2 0.00/1.00 vMB 0
101,636 101,636 000000000000241fae13c209e14683020f720f5c16ced5e695f90d175ff9962d 2 0.00/1.00 vMB 0
101,635 101,635 000000000003e41e441620a163762485ad85abf56b29056ec4bc52ba0c578730 34 0.01/1.00 vMB 0
101,634 101,634 000000000000bebcf3485e9d02b0ea967ba559f119d4c13a2b00c9fad80c4227 14 0.00/1.00 vMB 0
101,633 101,633 000000000001aef5783c757fce48bdef91b624e6dfe59ba636ad4328c8f0050e 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.23 GB
    • Received: 19.54 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.