Loading Tool

Explorer IconExplorer

Memory Pool

77,094 transactions
28.63 vMB
0.06362401 BTC
Random Selection Loading Transactions
Max Size: 173.70/200 MB

Candidate Block

Mining Attempt dfc30ec317a9a842833e9715f2716b5282040e833edb6dd4ceed2dbbb7f7871d
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root e7d899e8673cba3e86cea0aa4d640e4ba76b054f6af0d282c16d662ba9449137
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,722
Size: 1.00 vMB
Total Fees: 0.00407874 BTC
Feerates: 40.21 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (553,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,199 361,199 000000000000000010823a4354efd5b75f85245b86a9ccc32c2dbdd5104bac6b 1,274 0.75/1.00 vMB 90
361,198 361,198 00000000000000000c1b62e93a3394a8892a266892933af0c1512d8437586f1a 2,669 0.93/1.00 vMB 46
361,197 361,197 0000000000000000059ab5f2a4130a5c22a7e392046c836b120099650cef221b 2,462 1.00/1.00 vMB 35
361,196 361,196 000000000000000000e48c073e3761d58eaa5fe1e36bd1a174cd3514e4f0b880 1,032 0.75/1.00 vMB 22
361,195 361,195 000000000000000010834e1ec47f1e45b080ed6abdd8b78c18f44481a829d9fb 579 0.31/1.00 vMB 16
361,194 361,194 00000000000000000b7850d6d607f67e34178e9d49f4393f65e1da7807567e01 2,345 0.90/1.00 vMB 38
361,193 361,193 00000000000000000a6eced6dd36eed4a038791706a3f99e1a5fb5b6dce196ed 835 0.44/1.00 vMB 30
361,192 361,192 00000000000000000ed5f9b068b7529782d09e61d2206f3b4fa1af095e8f0f8b 1,087 0.62/1.00 vMB 29
361,191 361,191 000000000000000002d0cd4cc4db92bca7163ee325ab49ba2086419b81281f65 683 0.40/1.00 vMB 26
361,190 361,190 0000000000000000019e2c976e31b70b7a26ece3c0707c9613be1753c8c55870 826 0.54/1.00 vMB 16
361,189 361,189 00000000000000000fd55f10dea5b6ec0ddd95c872ccc4a8940741ec78f75eca 1,603 0.75/1.00 vMB 48
361,188 361,188 000000000000000000d5a9e2937f3e7197c07b280b59b58927848aac815559b8 861 0.49/1.00 vMB 25
361,187 361,187 0000000000000000152c4bbdbf3706b5bc90f6dde5a06f39da63d2c82ef78ecb 1,534 0.75/1.00 vMB 31
361,186 361,186 000000000000000013268f2457798096a6a6d228af33de93f2e908ecef71790d 1,209 0.62/1.00 vMB 32
361,185 361,185 000000000000000014f64cd214fe2de5057795c395cfceee2ea78324c3db9ccb 709 0.67/1.00 vMB 18
361,184 361,184 000000000000000010779c52bbaa773cc1a10d95a730328a09df0290389e310f 1,842 0.97/1.00 vMB 23
361,183 361,183 0000000000000000131ae2d5765c57fb4b810c815283161eef313cf1787dab8c 1,922 0.75/1.00 vMB 44
361,182 361,182 00000000000000000d2ab0f1a70946b67d12520f232d2acfef2252378ca238a2 881 0.48/1.00 vMB 32
361,181 361,181 00000000000000000bbf3f68d144c86d45ea37803854d4edd49275bb9538258d 1 0.00/1.00 vMB 0
361,180 361,180 00000000000000000d1de0d7d5b018d904b6375af25baa98ad479b671845e487 238 0.13/1.00 vMB 25
361,179 361,179 00000000000000000d20c9ee2eb41165da8281050721b65c4422da95cce309b2 881 0.47/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.56 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: 669.96 GB
    • Received: 15.79 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.