Loading Tool

Explorer IconExplorer

Memory Pool

78,217 transactions
29.41 vMB
0.07291069 BTC
Random Selection Loading Transactions
Max Size: 177.14/200 MB

Candidate Block

Mining Attempt e74f9409cb930e16aee3fba51e771fbd62cb69d0291f7b35e9de212176c80b05
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 22d6133c4db57a31225aee5bf45732d351df0610e54b64bc952b9db76c6a20dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,022
Size: 1.00 vMB
Total Fees: 0.01112497 BTC
Feerates: 25.13 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (706,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,659 208,659 0000000000000090aa64fa471cf3b72d57ebe9efa06600a0e007e4589fa9dea0 611 0.25/1.00 vMB 209
208,658 208,658 00000000000003895069a6d3a0457ce7866114d1f6bdcdc74885995276ce6ead 84 0.03/1.00 vMB 203
208,657 208,657 00000000000002c0673cad403dca26e33941d8bbe3245f7a7ea77a5217bebef9 238 0.12/1.00 vMB 127
208,656 208,656 00000000000001fa1dfe7a92785356a153d3b68452c85a2d05faced511d63544 126 0.04/1.00 vMB 216
208,655 208,655 0000000000000425f3b373e5be9c8ebe612b8dd6dbfeb5e3164c96e7a4680432 47 0.02/1.00 vMB 164
208,654 208,654 000000000000014dd39d186e4cf7057ae3a6c0c12445fb371492570a24449971 95 0.04/1.00 vMB 148
208,653 208,653 000000000000029f498e18c55738474aaeabb2df83d7ebed91137c70a53ce8d7 262 0.12/1.00 vMB 163
208,652 208,652 00000000000002a3e0d3f2ecf4629dede9023443f059ea35a9d8fc090992b15c 80 0.04/1.00 vMB 71
208,651 208,651 000000000000011586a705f2f4c3e7047d57d9fa8612f132b2c1ebc6bee7de19 451 0.18/1.00 vMB 209
208,650 208,650 000000000000027f9dd91127ed4ce8fe81b48c8a716f253b68db2bfa03a18d0a 79 0.03/1.00 vMB 140
208,649 208,649 000000000000001ca538d682d60aca44ce326d9b47957dc1eb4a5c8a0147162e 329 0.16/1.00 vMB 156
208,648 208,648 000000000000022e17290f759427f8e51b6a28603a723ae0ddf4ec67930fab3a 256 0.09/1.00 vMB 263
208,647 208,647 000000000000044c22cbcd8a3d2c7b9ddfb82144fb8eaddac2e64790ca0ae246 529 0.40/1.00 vMB 112
208,646 208,646 00000000000001c9e03bc80b99bb07533ce0d6d1455b62f3b606362368d1d4a9 244 0.07/1.00 vMB 25
208,645 208,645 00000000000003c1a605e9a51d24969b13f09fe1d676f8d926dbbfaa5af14612 615 0.25/1.00 vMB 194
208,644 208,644 00000000000000a5729eb111eae3494a40127a36f2937845c9379efe63b4bd6f 160 0.05/1.00 vMB 27
208,643 208,643 00000000000004bd360cf8c70ee020b741c9fb20667988e0f091e7b8329a60e9 245 0.09/1.00 vMB 178
208,642 208,642 00000000000003e281a0c699088df0b04ad6072ad43fb4b5d3a9beca358f97af 590 0.25/1.00 vMB 176
208,641 208,641 00000000000004851909e94c1f6524a30363c75e370a205c6336e33095506e68 443 0.25/1.00 vMB 136
208,640 208,640 00000000000004cdf01571455d60113f3b3339f128d9a50ee74fe145c94f7bf7 11 0.00/1.00 vMB 148
208,639 208,639 00000000000004002dc9080ddea1d5c67ccae6f23e0aaa945ef19786cc19fa3a 830 0.42/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.