Loading Tool

Explorer IconExplorer

Memory Pool

28,449 transactions
9.46 vMB
0.09791672 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.85/200 MB

Candidate Block

Mining Attempt daed62de707a03c2dc44ebcaefe392bcd20f1a900fe5bb3f0e4ebb1321a838b4
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 1e23426400d1393fb56cad609f05fba5bf2642a940f61f1d87515974ba65812d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,287
Size: 1.00 vMB
Total Fees: 0.02744883 BTC
Median Feerate: 3.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (655,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,140 258,140 00000000000000050bad6c8e385bfed1b7737472e8defa1177df1d60279e2e3d 196 0.25 vMB 84
258,139 258,139 000000000000000edc71012d642da2899b469971d4152e1a01c133b934cd765b 352 0.25 vMB 133
258,138 258,138 0000000000000007c55b80a2351f5f000b938f497be3242701161b5a13287348 436 0.20 vMB 93
258,137 258,137 000000000000000d153af0f4ed737a744f24b78d279afc7063be7a2e593cc99a 326 0.27 vMB 67
258,136 258,136 000000000000002567b6ecd845e56b945c071b1703b279c107de42fe3db20b16 574 0.25 vMB 94
258,135 258,135 0000000000000015e935ef616ad7df3983807d435585bdd27a76d44dc306a10a 560 0.25 vMB 71
258,134 258,134 000000000000001da0fd1363de6e79dd7cf22cb886b70fa6ce60e859d83ca40e 597 0.25 vMB 149
258,133 258,133 00000000000000040a9c912735e527f5f35c17296e9d30f9956287d20829c6fd 145 0.07 vMB 123
258,132 258,132 00000000000000229666bd55f77ef9713543273e7f73ba72481f39b10e8efdb7 579 0.25 vMB 97
258,131 258,131 0000000000000009d8bc02fde625bfc39271a192c48e8549e89da5646fd84444 221 0.08 vMB 127
258,130 258,130 00000000000000121eee3ccf3bdb7c8e106e823ed5d050d23692057504829537 141 0.06 vMB 119
258,129 258,129 00000000000000090f5f57c5855ae2b2a36c9268baa47cacc9ed0acd972a70af 40 0.02 vMB 93
258,128 258,128 0000000000000013b9b609c0bb594a3a09ad78a4caed4978b705cd690a5f0750 413 0.16 vMB 127
258,127 258,127 00000000000000018f66241c1b6ff6bda11e1863b49507be657b4d8a98dcd85a 269 0.12 vMB 113
258,126 258,126 000000000000001ed3ebdfb7a6f7435020cd9ddd8c1358e9dbb68078c6d28822 472 0.19 vMB 123
258,125 258,125 000000000000001ced89ed82f084124c9c66515e041f03e8568bcb4f71cbbc7e 503 0.19 vMB 114
258,124 258,124 000000000000001d18ea1302d13ad87b7686d0083ec50d46b64f39d9a771da53 77 0.03 vMB 65
258,123 258,123 00000000000000075803bcc7000d85f5d227104855e91efbe5410d38b1d871ce 58 0.02 vMB 153
258,122 258,122 00000000000000130a2057c3860e275110cb179810f55fb07515bd3d86e9fdd5 388 0.14 vMB 136
258,121 258,121 000000000000000796c374db9cf85d3dc48545f54b51fbfe199fcb929d626e00 589 0.23 vMB 111
258,120 258,120 000000000000001ae6300f8b3585bf44c75df9b455fcbca454614ab0eb93514c 64 0.03 vMB 153
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.01 GB
    • Received: 0.48 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.