Loading Tool

Explorer IconExplorer

Memory Pool

36,328 transactions
26.20 vMB
0.07295910 BTC
Random Selection Loading Transactions
Max Size: 133.92/200 MB

Candidate Block

Mining Attempt d451e167719248f88c79cf9164d24475a1a6ed2c6af2b9d527d510340e04849c
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root b2ca391b55e984ce6ca71c51f23ef207e653f5f2d832d9fdad3975fa88d6f872
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02455758 BTC
Feerates: 713.01 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (79,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,308 835,308 000000000000000000003dd4c792ae786eced9f1420113cf9d7fc2af44ae9658 4,297 1.00/1.00 vMB 34
835,307 835,307 00000000000000000002b79c77e965ba5b695e7c578b97871a7ddf2532aba485 3,431 1.00/1.00 vMB 44
835,306 835,306 00000000000000000001f0f7417649f17c131d88c02942c3bd1a8e87ba71cac3 3,454 1.00/1.00 vMB 29
835,305 835,305 00000000000000000001f55b2f76ab7f4ce6aa0b5419ffe58fe2c6171b09aadb 3,688 1.00/1.00 vMB 35
835,304 835,304 00000000000000000003015cfb1a133e3a2134b339a5d6ccf090c7df2c5038a9 3,882 1.00/1.00 vMB 42
835,303 835,303 00000000000000000001c34b6e5c10be804637b5816856d15750e57f3048b328 3,575 1.00/1.00 vMB 38
835,302 835,302 00000000000000000000a0599c1a2dd80130ef836ff0c17f48ab56de2c87564e 3,320 1.00/1.00 vMB 52
835,301 835,301 00000000000000000002df64a1232956a67f4ce9d9b557bce7613e3cf7d77498 3,858 1.00/1.00 vMB 36
835,300 835,300 0000000000000000000105f1b74e3c6bb5eb437d82fbd9374cd29b2799a97e88 3,536 1.00/1.00 vMB 27
835,299 835,299 0000000000000000000332def876978464af1ed010a3e87009b7488caf2fde15 4,277 1.00/1.00 vMB 27
835,298 835,298 000000000000000000026494e19c81ca7d87f63be77609eb6d44d05c77931e92 3,150 1.00/1.00 vMB 37
835,297 835,297 0000000000000000000034b599d568eb18fdac369ddd31876e981a309235f53a 2,557 1.00/1.00 vMB 17
835,296 835,296 00000000000000000000241b708d8730dd073d2ba4c7545f5d9a30f97e93a742 3,644 1.00/1.00 vMB 26
835,295 835,295 000000000000000000025720113d2225aa4caca3872cf7600088eee9f9a3650d 3,211 1.00/1.00 vMB 24
835,294 835,294 00000000000000000000fd9fb2db4fd0f9dcfd756374c645bacf69708073b272 3,143 1.00/1.00 vMB 26
835,293 835,293 00000000000000000002fa9856d3a166e4ab6a18fafcc9d1784cacf6887b1cab 3,586 1.00/1.00 vMB 27
835,292 835,292 00000000000000000001f8974818b311e7aae778780c5af0d43064be6b22df03 3,235 1.00/1.00 vMB 23
835,291 835,291 00000000000000000000da12f4f59893ef30f90bde790e46f816bcf00b2f49c2 2,132 1.00/1.00 vMB 24
835,290 835,290 00000000000000000002b9c51e5bb55e66c23df96ecca61fa9d717d4363edb17 3,990 1.00/1.00 vMB 32
835,289 835,289 00000000000000000001dbd70d937cff5400f0a0bba7cafc8e1457c0d9e41ca8 1,716 1.00/1.00 vMB 24
835,288 835,288 00000000000000000000cfac1d5e9ca82e739e3a07cab9706f905c538d326892 3,324 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.