Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.64 vMB
0.07456877 BTC
Random Selection Loading Transactions
Max Size: 177.80/200 MB

Candidate Block

Mining Attempt 6e2e2be893d1b41805ab67bea4dd2622004c3f9f2c1bc3b8271a35249a11f4e2
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 6b7e2d15a11aa8c9638b6fa6a568461ce2d887e984dbdb3d5ae726a16eebbe03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01424608 BTC
Feerates: 150.98 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (524,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,332 390,332 0000000000000000098398958b2045c255172b5dba390b02330b37b969a1b165 969 0.42/1.00 vMB 35
390,331 390,331 0000000000000000054ac67ced59692a614a4c96180e117ff7fefbdbf603c573 1,900 0.90/1.00 vMB 39
390,330 390,330 0000000000000000099aa6899d5b8aa0d22aca30e7a755576a9aec481510e1ef 467 0.39/1.00 vMB 18
390,329 390,329 0000000000000000038a0b249a8fffa3efd923ce0e9eeec3e28a5480e225dd2f 1,348 0.53/1.00 vMB 68
390,328 390,328 0000000000000000044e72218bf59555ced27456c2dd05c1b7c5bfbccf907b3e 1,725 0.76/1.00 vMB 138
390,327 390,327 000000000000000001faead9410f65510881bb225b02c1bed38364b9e5ed1fa8 532 0.97/1.00 vMB 8
390,326 390,326 0000000000000000098f9edbed6a6d5ec1c9bc33e87ce1bb9a76ce6a07a7e8e6 1,669 0.95/1.00 vMB 28
390,325 390,325 0000000000000000035697a39b2e0e319365f665fb68a0a971808c8107e86a25 999 0.54/1.00 vMB 33
390,324 390,324 0000000000000000065da3b5ac8861fad1d2b4a7f710645193422fdbc905e0b0 2,436 1.00/1.00 vMB 43
390,323 390,323 000000000000000008152de61c945d5b3ca7b05c98a9cebeddc44120d32e2775 2,626 1.00/1.00 vMB 51
390,322 390,322 000000000000000006cd4c2c9e5036c51894b259a411c5ad1a7843619f49da09 399 0.81/1.00 vMB 6
390,321 390,321 000000000000000008802aaa5803e076d1946aa5032ac4ea482ed16c48a11a4b 240 0.25/1.00 vMB 14
390,320 390,320 0000000000000000022d64a4ace5838b8eae202f76c7c24e48af226076d2c5fe 1,704 0.93/1.00 vMB 32
390,319 390,319 000000000000000003fc07d7fe1dd2d6236e405e3c53368e76a2258554786d12 637 0.93/1.00 vMB 10
390,318 390,318 000000000000000007cf724dbe218eb08f938abcbed9bba4eb2069323fc4249e 2,095 0.95/1.00 vMB 42
390,317 390,317 0000000000000000020af8b1a568636d2b626e9589d7ef1a93f8ccf32cde0591 1,291 1.00/1.00 vMB 23
390,316 390,316 000000000000000000080b3b8e70e8badfc0bab4ce8f3a675fd5664dd84b9879 539 0.25/1.00 vMB 41
390,315 390,315 00000000000000000a9e971d98579d792986a87e9471eb03d7e1668e07e59f9d 955 1.00/1.00 vMB 16
390,314 390,314 00000000000000000b30fdf8ab9f2fbbdb743762db36d0328e8eac4e615a3dcd 1,643 0.65/1.00 vMB 40
390,313 390,313 00000000000000000ac57c5adcf0f50a311f121b9c587c0176a2b868c02d9e7e 216 0.13/1.00 vMB 25
390,312 390,312 0000000000000000079ff6017006e7b5fbe6336450a99cdac30e570cb36df73d 992 0.52/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.