Loading Tool

Explorer IconExplorer

Memory Pool

13,402 transactions
7.50 vMB
0.02456028 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.86/200 MB

Candidate Block

Mining Attempt d294eda81af1976f62a0f2cf590f91ab890918ca5a69396fbda8c8c5b7aa0916
Version 20000000
Previous Block 000000000000000000011f98f784a9518d613900780ad0e35c0cffb98d897571
Merkle Root 57dd295a3f785b85cb9b5647e482e0fb81da9969235ae4b8b2e8e0e3ae941f97
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,749
Size: 1.00 vMB
Total Fees: 0.00935005 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,382 (782,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,654 130,654 0000000000001415177d0836b39a290ac7fb2698eb9da280bfafa68ea0d15e31 10 0.00 vMB 1,471
130,653 130,653 000000000000021250dd70cf6bf7eea3f2f1b687a3de257594e01976ad4e756e 49 0.02 vMB 1,011
130,652 130,652 0000000000001713a5dfd9a22af37ed0e81c2acd7a9d2765069eed1cd4dfa9dc 148 0.05 vMB 0
130,651 130,651 0000000000000aa83c5099de5697e86490eb4bafbbba0e30fece6f9d16419a65 68 0.02 vMB 359
130,650 130,650 0000000000000249c73b49080b4dc0e88ba9a30374bdd6ebe3b660d175415f37 90 0.05 vMB 487
130,649 130,649 000000000000020d512ce0813b993a28b6ee6bc3910003825639f1360b19170c 46 0.03 vMB 1,026
130,648 130,648 00000000000005fcae76bda7ca995a55b9da87305d65e126006dfa1597d56f9c 53 0.02 vMB 911
130,647 130,647 0000000000001830983648e7a66bb1c9ab55f0c0fc36b3034070bcff1150670f 15 0.01 vMB 2,115
130,646 130,646 0000000000000d64307a965c5124967d21ca11a0b54b17119583b9d0960846aa 149 0.05 vMB 688
130,645 130,645 00000000000006d86bbc30484a7fdd4b94fba0a4017d30ce430c26294d67979a 124 0.05 vMB 19
130,644 130,644 0000000000000c5491802e91233ad1c00de53a8264cabf6bc0b9016f6257d4a9 84 0.05 vMB 1,292
130,643 130,643 000000000000024874235c5096483349c400f6d97186bed2187aece07bc9af8c 27 0.01 vMB 268
130,642 130,642 00000000000005d135c82b93170c01f8ee4a5446759d7158b544333b112a7a8f 25 0.01 vMB 835
130,641 130,641 000000000000000a094557efb46d4a2c9db2bc0b7876d4431e701175ca30d5e2 111 0.05 vMB 1,078
130,640 130,640 0000000000000a33dd0cdaf4b33c1be8779bedb8e274148d074c5ba11b8beea8 32 0.03 vMB 977
130,639 130,639 00000000000019805461f011c74a622dc2e10af75234e95da4030b864b7cf1a4 94 0.05 vMB 66
130,638 130,638 0000000000001b47a6b9e34ffdb473e9a5d34880c80d19b0cbeaa9d1b74bfaa0 31 0.01 vMB 452
130,637 130,637 0000000000001c8767e0bea01c2e459eb7ac0a6b8096b1bf662115a76dfc5e00 20 0.01 vMB 2,397
130,636 130,636 0000000000000a024db463ca69ad574838f7285924780f39ce0dabbed1e90840 84 0.05 vMB 204
130,635 130,635 0000000000000a067d94ff753eec72830f1205ad3a4c216a08a80c832e551a52 9 0.00 vMB 1,929
130,634 130,634 00000000000009c4cdccbc49e72552a732fbbcad97391207d4606186e9e6d899 76 0.05 vMB 60
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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