Loading Tool

Explorer IconExplorer

Memory Pool

15,301 transactions
7.73 vMB
0.01918683 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.14/200 MB

Candidate Block

Mining Attempt e7db9cf9bc1e7789faf8c198368b3183dd912679e003c21d443be5bf27d2ab3c
Version 20000000
Previous Block 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33
Merkle Root bafeb6efd72ffafcd79fdad51d8b62e988e2a3b5ce688c9f253a390e9b9aeb1e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.00385823 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,433 (525,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,406 388,406 000000000000000008d4c4cb272b11fef412e80eb5269ad045149d6437b81315 1,664 0.92 vMB 31
388,405 388,405 00000000000000000d621b29675bdedb737d66111a9289116c009897658cd820 2,154 1.00 vMB 43
388,404 388,404 00000000000000000ab7f938ed9522fb6e9fe94a5fb31953de74fbb2a3cd600f 1,426 0.54 vMB 49
388,403 388,403 000000000000000006e353343b4eafc16bcac40b3a63458d304b03526151be79 1 0.00 vMB 0
388,402 388,402 00000000000000000a88f23629c692bb9044392d25a6025e7540d87863fc537e 953 1.00 vMB 11
388,401 388,401 00000000000000000db54dafc19eb790a99ec186f4f0eb66c49f4d50704fc107 353 0.22 vMB 24
388,400 388,400 000000000000000004d247232940b10b69bc0190da00a49b86b395ca88792bd4 1,179 0.61 vMB 29
388,399 388,399 00000000000000000abc5455a48301c7ddc5e30c0d72d8d74568c7eaac317ac3 1,508 0.67 vMB 36
388,398 388,398 000000000000000001891cd7f390aa8805eb50133370a49b86d20d3da66facc3 867 1.00 vMB 15
388,397 388,397 0000000000000000098dd6248385dd2a44de0ea1b3e0c0a037054c72fb423cd7 832 1.00 vMB 13
388,396 388,396 00000000000000000975caa73c2cc3bb26c83756609190ea3ffcc981069cbf4f 1,342 0.45 vMB 48
388,395 388,395 00000000000000000a4e560cd6260baddf761caf8109e7a1f26961300367110b 1,947 0.99 vMB 34
388,394 388,394 00000000000000000d16d415a171d04f546fa1f3b955a6296e346250bd7a9b9a 1,753 1.00 vMB 27
388,393 388,393 00000000000000000ad49f9f3b38a5e9a43c2e9a0bd37d50c320f0b60583e077 1,567 1.00 vMB 26
388,392 388,392 00000000000000000674064c9ae416179914005814f9f8627f494e3937e2a1de 2,077 0.93 vMB 43
388,391 388,391 000000000000000001a57a9b89c9fbe72691c06a3d602c71dcb6adb850c3d160 1,180 0.52 vMB 40
388,390 388,390 000000000000000004d6638718a35d3aa8251345963645b1255caf8001f2888f 798 0.43 vMB 42
388,389 388,389 00000000000000000ce93e33dc5c9d360ea50eb1c618684d1f564f0bc2d237bd 1,580 1.00 vMB 28
388,388 388,388 0000000000000000012344120eba5bb76d4097087fe82c69117949c9d800ced4 566 0.75 vMB 18
388,387 388,387 000000000000000000cdcdc57154cf349fa8ad24831336abe583df544d59e196 538 0.25 vMB 42
388,386 388,386 000000000000000006059ec573e22e7d23a8e8e14ff4dd5474d97bec979ef469 1,121 0.73 vMB 28
Previous 10 blocks ↓
Total Size: 779.62 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: 302.52 GB
    • Received: 1.35 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.