Loading Tool

Explorer IconExplorer

Memory Pool

77,812 transactions
29.48 vMB
0.08715006 BTC
Random Selection Loading Transactions
Max Size: 179.51/200 MB

Candidate Block

Mining Attempt 3039da2852c8263a7d5e11c405d48e458880c327ebc726b67f5c2dc772d548bc
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root d80af0699fee516943d9864b13fec88325683125b939e14e9341da8903b985d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,500
Size: 1.00 vMB
Total Fees: 0.02238412 BTC
Feerates: 477.45 > 2.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (325,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,481 589,481 0000000000000000001015c2ac1a75d8a4f2e118ca0c08e92880b2e39c8c4e46 2,517 1.00/1.00 vMB 28
589,480 589,480 0000000000000000000cedf05d1b99f9bbd739c0e7e3bd274640a887ecc12fca 1 0.00/1.00 vMB 0
589,479 589,479 0000000000000000000adde872f50c7d101a3bd470b1d6311cae3f6f0105bf74 2,725 1.00/1.00 vMB 70
589,478 589,478 0000000000000000000dfcb59e5015a79f6ff51925397f47ddf0ba10383cf6a7 2,018 1.00/1.00 vMB 22
589,477 589,477 0000000000000000000f6d79e13937e4f753286999fac89850af2fae3feeeb98 1,828 1.00/1.00 vMB 27
589,476 589,476 000000000000000000003f3e1a6762883ca49327e6eccc2ddbaebb661ce1eba2 2,169 1.00/1.00 vMB 39
589,475 589,475 0000000000000000000c5734728e8fd1e699ae9b1b3f82eb3cac3963368123ab 2,089 1.00/1.00 vMB 30
589,474 589,474 0000000000000000001467fa266df0c14384861c84b3d76f80a3f794cdea133a 1,656 1.00/1.00 vMB 42
589,473 589,473 000000000000000000189a117666fc09506520efa6ea664ddba35b97f05f1abe 1,580 1.00/1.00 vMB 58
589,472 589,472 000000000000000000133ac6fb8caf5633675de67d439b23d9124e22802c88d7 2,392 1.00/1.00 vMB 88
589,471 589,471 000000000000000000043c0c1212c05fe827d698ccf6fff1c3f8e40b1c4ab9d4 2,796 1.00/1.00 vMB 21
589,470 589,470 00000000000000000015db99ff182cfaaff5c4d7036e251438f36a0dd4ad5261 2,927 1.00/1.00 vMB 42
589,469 589,469 0000000000000000000555a6935ed717576d2f22b7d257eaac2711e9fd4bc639 2,819 1.00/1.00 vMB 31
589,468 589,468 00000000000000000010d27b5eb08cc6bf0d7175a39fab4ce21f301d007571e7 2,528 1.00/1.00 vMB 52
589,467 589,467 0000000000000000000907b332aebf4cc50bbf4dc129bda89af211d4e89e4781 1,469 0.59/1.00 vMB 39
589,466 589,466 0000000000000000000c1e5fc7d2202cfd4292e6cd51dff8282bcbd9fb04fcba 437 0.16/1.00 vMB 41
589,465 589,465 000000000000000000145caac6969900e724c2739fface387ae87a0169d1f0b5 2,432 0.90/1.00 vMB 31
589,464 589,464 0000000000000000000ffae35184f4529a934d1d39fa97d7dc8c564362ec5a18 2,594 1.00/1.00 vMB 24
589,463 589,463 0000000000000000001796239efee90a4b7c8130969fd5c498cc5f41eeb8ca2c 2,699 1.00/1.00 vMB 11
589,462 589,462 000000000000000000023d3b886ff35293f8767394fbd265f3740fe6285f0e75 2,661 1.00/1.00 vMB 35
589,461 589,461 000000000000000000010fb586fa56b6d833f2420739d8565caab615b742859e 3,033 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.