Loading Tool

Explorer IconExplorer

Memory Pool

42,392 transactions
27.61 vMB
0.13949270 BTC
Random Selection Loading Transactions
Max Size: 142.92/200 MB

Candidate Block

Mining Attempt 2b812aff1f616c0d128ec5bf7b70f9ecc8b0ef1b46d52e42290f178ebdc69855
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root e18c052f16ee824539e4dafadf67de251d89dd2b34b8b5f004e9c01763f8b4db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.05292439 BTC
Feerates: 150.71 > 5.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (182,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,858 731,858 00000000000000000008d9fc99b8501b595be32ea4464eddcc599f81c1a6dc89 2,010 1.00/1.00 vMB 7
731,857 731,857 000000000000000000000766a453c147b4cf20d242c18df219577a4d8ec48f36 337 1.00/1.00 vMB 1
731,856 731,856 000000000000000000036c9a7b0f40541c8560394ff66b004516fdeb28fd211b 1,910 1.00/1.00 vMB 5
731,855 731,855 0000000000000000000134e03bebff1083ab16c08b377888cb46fa5c6cec64d9 3,032 1.00/1.00 vMB 7
731,854 731,854 00000000000000000006bbcb91cdbdf1c52a56b4577a0cb3ff9e0b8caffef02b 1,911 1.00/1.00 vMB 15
731,853 731,853 0000000000000000000654c873417f81280d994f73b712baf83b8fdaf4135e75 3,074 1.00/1.00 vMB 10
731,852 731,852 00000000000000000005826ac37eeecf1a3312b6c35357bd731ddad85599b4c9 1,193 1.00/1.00 vMB 4
731,851 731,851 000000000000000000007c695693d2762ced407d7bdf0434500b8191a8d603e3 3,132 1.00/1.00 vMB 7
731,850 731,850 00000000000000000005ddd7d5eaf4adc0624b0a60b53c13298c2e136322c30d 2,793 1.00/1.00 vMB 19
731,849 731,849 000000000000000000050bf6e6c2aafa8ca6dc6c7d274fe3862f54dd13f61197 1,764 1.00/1.00 vMB 6
731,848 731,848 00000000000000000007fbd7ead0c8de636df70c2a4a4323a2e0ba42e0e11f56 521 1.00/1.00 vMB 2
731,847 731,847 00000000000000000002cd90e1268cb6d707077ddaed420d4dc63b0582333be5 2,425 1.00/1.00 vMB 7
731,846 731,846 00000000000000000005c837675e6bcd0a3ab7db2b0d74858d5edbe62f9c7302 1,397 1.00/1.00 vMB 3
731,845 731,845 0000000000000000000507374dbc031ca02098979162e2c0726a38fcabac916a 2,879 1.00/1.00 vMB 3
731,844 731,844 00000000000000000003a225e3bdcb6984f086fc4b60da1a0c202652bd172579 1,972 1.00/1.00 vMB 5
731,843 731,843 00000000000000000000c394abd601ab1870da69b140446b7f168321293ae0c3 2,832 1.00/1.00 vMB 12
731,842 731,842 00000000000000000003aeb1305ac1dba1328d0a5bd26f0cfe0daaf8fb363560 2,481 1.00/1.00 vMB 7
731,841 731,841 00000000000000000009749bf10ac2caa187b6f9cae68f3bee9cfbdda29d06d6 3,245 1.00/1.00 vMB 12
731,840 731,840 0000000000000000000291329032de018f67977cf572e4811a5231450ef95ccf 2,967 1.00/1.00 vMB 24
731,839 731,839 000000000000000000076cce2ac5551e08dd62f538104a3171017a6dca32b2f6 956 0.50/1.00 vMB 3
731,838 731,838 000000000000000000081a9001da699e7e64ab1b8aa25e7c510e85594fa00d44 2,754 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.