Loading Tool

Explorer IconExplorer

Memory Pool

80,676 transactions
30.02 vMB
0.12358392 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 56c782aeae9c1a9536771af39a2c0d336b14bb75f3719d5a520a230199d2185e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a6fee8117e5da257b8fb112615594ac6bf05fb46e4d76ffe847304f4dc5470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.05097718 BTC
Feerates: 242.90 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (300,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,185 614,185 000000000000000000092a9a66228de1b35528aa1481c52aad3f778bcfe72810 2,402 1.00/1.00 vMB 17
614,184 614,184 000000000000000000058b864e47cebbca13dcdce3f57621dd2a22728e13a618 2,326 1.00/1.00 vMB 11
614,183 614,183 0000000000000000000bcea655aea9982f14f0f63b9683eb6021040a6c9885e0 2,823 1.00/1.00 vMB 30
614,182 614,182 000000000000000000077141adfcfd775f0babd3b6505ee160333c79312d4b9c 820 1.00/1.00 vMB 5
614,181 614,181 000000000000000000079cf1c1c41bcebbca72552f33056b6851c7621ea05d7d 1,568 1.00/1.00 vMB 8
614,180 614,180 00000000000000000010e08992275f739ffedb9d5372b092705e519d0108a309 2,607 1.00/1.00 vMB 13
614,179 614,179 00000000000000000000bfaaa3befb9ae4732bd4006f8cda917a85a44e798eb9 1,769 1.00/1.00 vMB 6
614,178 614,178 00000000000000000010468c8f0db0634615061c8de6a5280fa0f7b21e5380be 2,144 1.00/1.00 vMB 7
614,177 614,177 0000000000000000000762f5a75caa89fc17ea4cdb894fd33baf589fffa062d0 2,995 1.00/1.00 vMB 17
614,176 614,176 000000000000000000018854a6f0ee54f5410e16319b337dc5741a7a92fee06a 2,763 1.00/1.00 vMB 35
614,175 614,175 0000000000000000000ef07a28e1d0997c88feb20a8c337d88eec0ca455f4335 2,435 1.00/1.00 vMB 6
614,174 614,174 00000000000000000003bac52d3261fc0c1b22f864fe9bc4456e6337ed1af46f 2,635 1.00/1.00 vMB 10
614,173 614,173 0000000000000000000210e3fa5b23125e216d3cc60999b90394ae039c52099d 2,795 1.00/1.00 vMB 29
614,172 614,172 00000000000000000005b3fa08056fead0c0e3f5031c0e016ec63d063c2c8267 2,625 1.00/1.00 vMB 34
614,171 614,171 000000000000000000090a299a5f0f578a5718e669b259ede9922068b0399c8c 2,156 1.00/1.00 vMB 25
614,170 614,170 00000000000000000000df025108191b164e3e51c1e3f257f667d34a6aa8b678 1,707 1.00/1.00 vMB 11
614,169 614,169 00000000000000000011ff1144e2013306c083216fcb51f4a1eba0969bf8b739 1,636 1.00/1.00 vMB 12
614,168 614,168 0000000000000000000411c7c5ec6c81732166f5ed4d1683faefe52e5ac5e1c1 2,338 1.00/1.00 vMB 21
614,167 614,167 0000000000000000000a8ddd8e77cb6c1c11228df38e7fe494e1f6f543bb5551 2,035 1.00/1.00 vMB 10
614,166 614,166 000000000000000000062af3e46fe183301c6176bdbf1ef1f1646448f43169bd 2,837 1.00/1.00 vMB 25
614,165 614,165 000000000000000000085920a33b3e7dce1fa7a04654443fabe0ef3ee13b9ba0 1,808 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.