Loading Tool

Explorer IconExplorer

Memory Pool

33,318 transactions
25.17 vMB
0.05023583 BTC
Random Selection Loading Transactions
Max Size: 127.80/200 MB

Candidate Block

Mining Attempt d39e828e66fee675cdbcb25d90b3ec6aa8c9e324fcd02edf4ccd660154300ba9
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 63b83654dafb757310b0b4f83488c17df72d7c788c2bee20294f034b2a2084b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.00501589 BTC
Feerates: 75.37 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (552,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,248 362,248 00000000000000000bee27a3f3fd72a17cee03653800d0ad81c1e8cdcc2fb3fa 380 0.16/1.00 vMB 29
362,247 362,247 00000000000000000ea1702ff3a64b8bb553f4b9dc7d612c3bc99471838ce8f5 784 0.36/1.00 vMB 30
362,246 362,246 000000000000000008aae7235d649e80b640a05005f454becc4f405f08d5afa9 1,660 0.75/1.00 vMB 35
362,245 362,245 00000000000000000b67afc1f538ee20942e718776808862c06d389a66aff096 75 0.04/1.00 vMB 26
362,244 362,244 000000000000000013cbe3d4dd8dab56f381ad1d4c9ff6302ab569650a390010 1,441 0.61/1.00 vMB 30
362,243 362,243 0000000000000000011f77dec6427dc6493cb2f7da28b110a1c3b3e303d2f86b 1,327 0.64/1.00 vMB 31
362,242 362,242 000000000000000000419cfe3172868e88d323232ad52da1be95c242422b007b 277 0.13/1.00 vMB 30
362,241 362,241 00000000000000000a1ca7a7a74e3e26b4b06616a1e2cc781e89a0929f5c54aa 401 0.27/1.00 vMB 26
362,240 362,240 0000000000000000031b56b5ef71ed44ae9ddfe4fec72d06bcc1d3d555221a88 236 0.11/1.00 vMB 23
362,239 362,239 00000000000000000eca48f28dcd3bc7e7adbcb40f761749582e5343a709432d 444 0.24/1.00 vMB 24
362,238 362,238 00000000000000000d485757e4a75b9afeca8c186b20cf5ccbb198e04737a7d2 1,171 0.56/1.00 vMB 32
362,237 362,237 000000000000000013158a143da0840350d9c52a07b32bafad03fb545d2d0146 756 0.36/1.00 vMB 25
362,236 362,236 00000000000000000f68e52ff52f9436bd291ecb87ceddf96aedb0ace7c7c605 1,623 0.81/1.00 vMB 30
362,235 362,235 000000000000000012154fe3061fd60c9ff9f3a749f5bbdab3b1066a39998e13 82 0.08/1.00 vMB 6
362,234 362,234 0000000000000000062ea34d1a493c9424537f6a5f9209061bd1290a04fb124e 494 0.26/1.00 vMB 26
362,233 362,233 000000000000000011c20a491252d86240a4705bbdea5ae9d18a5f2f49b7a2d0 1,071 0.56/1.00 vMB 27
362,232 362,232 000000000000000001a0aee68d270c57fe05f5d041c426af96222aa1608f0d82 1,457 0.72/1.00 vMB 27
362,231 362,231 00000000000000000b35f8d51e357f8e51c7e24e9bc0cccc23a4d6330989cf36 1,015 0.50/1.00 vMB 28
362,230 362,230 00000000000000000f295daba0e8f11b5df7890b3daa5b33ecbfb955dc65dbc0 1,654 0.75/1.00 vMB 29
362,229 362,229 00000000000000000c19815437a14403f629569c360e5dc5ddbbca65d2f26fe0 1,881 0.94/1.00 vMB 32
362,228 362,228 0000000000000000066dc02161656a7a95cf46b4916b14929c2e1858c7c3fcaa 1,612 0.75/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.