Loading Tool

Explorer IconExplorer

Memory Pool

79,208 transactions
28.31 vMB
0.06689047 BTC
Random Selection Loading Transactions
Max Size: 174.51/200 MB

Candidate Block

Mining Attempt 5853805edf0aade7092dcd41e5e87b3d73ea4a140d932dd716ad6d87f0ef8f40
Version 20000000
Previous Block 00000000000000000001b259ee24745935bd287f5b90f67a2bf9d14eecaae9fb
Merkle Root e4c7e491d533e7966827ddd0b3e77c3f7f87ed89d0b33ee9dd34f8c4d12bfc29
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,908
Size: 1.00 vMB
Total Fees: 0.00530720 BTC
Feerates: 150.61 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,622 (832,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,407 83,407 000000000011ba2a4c51f6f109ff558f078e9019fca2228612fb5c80bdbdfbd9 2 0.00/1.00 vMB 0
83,406 83,406 00000000000f83b6cf42b2a9b72d8d260a8a18fb35369831ea52065ac09b1b21 1 0.00/1.00 vMB 0
83,405 83,405 000000000006a2bc63d02367f7b25670e32fdb5b44bce7bafe28f6990f26a61b 1 0.00/1.00 vMB 0
83,404 83,404 0000000000080488b914361f45c25316905ee14fe15003f95b6b32eeae64e4e7 2 0.00/1.00 vMB 0
83,403 83,403 000000000003570a2281f46d9e4d8cf68714692ac79c5ecc0a0618d854866016 1 0.00/1.00 vMB 0
83,402 83,402 000000000021cd04f9e536113af01eb6b315c591d47bc949e83c5bb4e4e2ea3e 3 0.00/1.00 vMB 0
83,401 83,401 00000000001bdce122bacee8cd90b1f2645225f3d4e50b6ffbc428e31297026f 1 0.00/1.00 vMB 0
83,400 83,400 000000000016724c5ee48b2b44ed8396bcbb926b24a5440e3aa8bc2158a36c23 2 0.00/1.00 vMB 0
83,399 83,399 0000000000282e1c371189a6dec7c366f6adffdced8ba0d3d150b2ba6bedd827 3 0.00/1.00 vMB 0
83,398 83,398 0000000000161fff3151135f96476dc6b285ce67bf4a588d448c18b4d4f907df 7 0.00/1.00 vMB 0
83,397 83,397 00000000002aeaa59e78957bc60539fe912f302846a4a14959b258001ee916c9 3 0.00/1.00 vMB 0
83,396 83,396 00000000002d4073d7c2faaf06d96e304839967d9b049212b4cf923c22117a9a 1 0.00/1.00 vMB 0
83,395 83,395 0000000000128f5545884e8e327a7f9768b11fda2b39d74d6a225a06f167a27d 1 0.00/1.00 vMB 0
83,394 83,394 00000000002ca7f35b9070e7dd031d36dfa2d061bafac0277436d959bb98c581 2 0.00/1.00 vMB 0
83,393 83,393 00000000002cd7f4a4ccb4a786b09c50d602b511aba42c272256caf0bfefbc1e 1 0.00/1.00 vMB 0
83,392 83,392 0000000000233a3bbe775306d3c387a297201da56ccfdfe6a9c453942c31e8be 1 0.00/1.00 vMB 0
83,391 83,391 00000000002d4241fe922ba40d07686a96586e238d95d480199555f37de719b7 3 0.00/1.00 vMB 0
83,390 83,390 00000000002b1348ae5fce1e8d9bea77f5ccc552110a33c5735910e3f9a7d52d 1 0.00/1.00 vMB 0
83,389 83,389 00000000000b885eb08fd16e2bffde52bd360589ef7f9d97f04f55d31b5f9c90 1 0.00/1.00 vMB 0
83,388 83,388 00000000000aa72032fd8378185bf1335b15ee68955b86072018642e7e001ef4 1 0.00/1.00 vMB 0
83,387 83,387 00000000001a920479f699f559c8f8110b2bb462185db8e4015817affa34d4fd 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.03 GB
    • Received: 20.10 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.