Loading Tool

Explorer IconExplorer

Memory Pool

78,015 transactions
29.65 vMB
0.07066308 BTC
Random Selection Loading Transactions
Max Size: 181.17/200 MB

Candidate Block

Mining Attempt dfb29f6819f6c41fcfd5c9ad611f19329d2cee12908416166e8cb9268ba3cb0e
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 4ba5f988291d8f110e906070c568223c15c778329f64e238d93ba6030fe4e497
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.00521373 BTC
Feerates: 20.11 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (111,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,831 803,831 0000000000000000000498cccd04cfdcd75ab28fc7a52b75ad1a6c649f273d1f 1,117 1.00/1.00 vMB 12
803,830 803,830 00000000000000000001c262875adf3d568f6bea8947b76af750e92e6f9b8320 1,844 1.00/1.00 vMB 14
803,829 803,829 000000000000000000050c36fbd13223186e13fd039838375f7d56e85d6351a2 3,145 1.00/1.00 vMB 27
803,828 803,828 00000000000000000005462b5c59d9683bcd2a46ed30a9a5546de114def18b27 2,052 1.00/1.00 vMB 17
803,827 803,827 000000000000000000038e95210ff512d4fb2076855744422e2ee482bf742b64 2,064 1.00/1.00 vMB 28
803,826 803,826 0000000000000000000173b690c0f0cdef738eebaaafea82b75c95f253a56f2f 6,380 1.00/1.00 vMB 7
803,825 803,825 00000000000000000003dc5e2f1870bfd64fab522fec0f651f1de2246b30b748 2,076 1.00/1.00 vMB 6
803,824 803,824 00000000000000000003d7983d66ada60aa877e311c469a392bbb28e87af438d 6,387 1.00/1.00 vMB 7
803,823 803,823 0000000000000000000092eeb75e9f5bcdd2844518f17bca401c0836ce9662a7 4,285 1.00/1.00 vMB 13
803,822 803,822 000000000000000000006e84c211b6800c3c65fa564f577469465a6d50062401 5,313 1.00/1.00 vMB 6
803,821 803,821 00000000000000000001b0e1eab8a8b538f74ad1594294047a68f33b72598e78 3,590 0.99/1.00 vMB 6
803,820 803,820 00000000000000000000c5571b92c939c11dab41728ec4540c05dce2989d9ec4 5,911 1.00/1.00 vMB 9
803,819 803,819 00000000000000000000a6b09d0b556e2c491d328aa1e825b9d5b8a1e7aef58b 3,369 1.00/1.00 vMB 10
803,818 803,818 000000000000000000020ac41bd40ebc98d756385734144fb9d52dc99928e405 3,165 1.00/1.00 vMB 6
803,817 803,817 0000000000000000000189ee11eb88aa9591746a2136ead7a7625caa1d0e4451 950 1.00/1.00 vMB 10
803,816 803,816 0000000000000000000367755717a0ac0865f32e9b254d9b0aab2f3cc0d02353 2,584 1.00/1.00 vMB 12
803,815 803,815 0000000000000000000537a37a3f4a672d3a84e616216f36d58dc874ac0d32a3 1,395 1.00/1.00 vMB 9
803,814 803,814 000000000000000000042c5e2b0a2a6d8094b35ae4a18f83fe54a0cb6919501f 2,138 1.00/1.00 vMB 16
803,813 803,813 00000000000000000001f7c445371ac87a11b61843f6faac8283e849a72763b0 2,817 1.00/1.00 vMB 13
803,812 803,812 00000000000000000003121da46ed2c387da9eaa89efdb373d8ad58c003c4dbd 1,937 1.00/1.00 vMB 13
803,811 803,811 00000000000000000004f83f32cff9516c36dac1323d6a0e9ea02067054fa9f5 2,810 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.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.