Loading Tool

Explorer IconExplorer

Memory Pool

75,994 transactions
28.46 vMB
0.08027661 BTC
Random Selection Loading Transactions
Max Size: 171.85/200 MB

Candidate Block

Mining Attempt 1c3d0f5d58fe27d6272efb1b174524b21f472607804db6573a99aee6f086015b
Version 20000000
Previous Block 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c
Merkle Root fa50f777bc85ef0edcc24eb3a4ccf8bc9bdbf6b6815c15aed7d3b6b63cf5b5dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,685
Size: 1.00 vMB
Total Fees: 0.01642289 BTC
Feerates: 100.36 > 1.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,269 (418,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,153 497,153 00000000000000000001f2c1cea73b1d1e3ff8ac05c57daec3ccc21077a97168 1,879 1.00/1.00 vMB 95
497,152 497,152 000000000000000000a7b4999c723ed9f308425708577c76827ade51062e135a 1 0.00/1.00 vMB 0
497,151 497,151 0000000000000000005ac8cd6b7f803c11a617b901a13e05318a155f8f215ea1 1,946 1.00/1.00 vMB 92
497,150 497,150 00000000000000000087b5026fabf21e55db6eb6d41655853b5ea6887a4b77ff 1,776 1.00/1.00 vMB 49
497,149 497,149 00000000000000000042cd368986610a1af94398a7cb6d71dd3ae8f2333f8467 1,951 1.00/1.00 vMB 132
497,148 497,148 0000000000000000009aa392dd1458b6f0831e6aa3fb05feed349f60e2e800e9 2,268 1.00/1.00 vMB 132
497,147 497,147 000000000000000000ad5c657638f12b3e786512f29b32968f6661301ce4df76 1,452 1.00/1.00 vMB 77
497,146 497,146 0000000000000000008596d52ed5a7dd6037a42ab021ef23d3018e70a3cab0ba 2,034 1.00/1.00 vMB 76
497,145 497,145 00000000000000000051a0f056c46ae371a71c1867eb25fe2e019b2517163695 1,620 1.00/1.00 vMB 78
497,144 497,144 0000000000000000007815862010b2536213f69a630a2eab3b6409c163d51906 2,269 1.00/1.00 vMB 78
497,143 497,143 0000000000000000001c8b137fdeaf482b4e58d6a10eac23bef43d7ffb7ef035 3,119 0.97/1.00 vMB 85
497,142 497,142 0000000000000000000c1da9cadaf6dab3bc60e863adfa67ffe15f96296b6f54 3,060 1.00/1.00 vMB 61
497,141 497,141 0000000000000000008f645bada14ed27f7c0acbe71edbc7230eece7ef8bcb87 1,688 1.00/1.00 vMB 148
497,140 497,140 0000000000000000001b892ec743083f050b8aadf0c61ba15c047e8564d51948 2,440 1.00/1.00 vMB 115
497,139 497,139 00000000000000000060ae2d68fd496542c2f3bbc3fd78e11b992d021dbab4d9 2,334 1.00/1.00 vMB 138
497,138 497,138 000000000000000000644b6464ad52f1623e66ad3066e6468e61a8c3f6f69c94 2,008 1.00/1.00 vMB 155
497,137 497,137 0000000000000000007ca49b69e6a547643d9cf4dd80a2ae464831bb453f7a09 2,205 1.00/1.00 vMB 187
497,136 497,136 0000000000000000009e2d82df9acf2eb226147a98ad49d6e9a581ee3a3ac476 2,329 1.00/1.00 vMB 164
497,135 497,135 000000000000000000584c23ebfe5d1330a8fe55cb35728aea6446067fe7e8ea 2,288 1.00/1.00 vMB 178
497,134 497,134 000000000000000000375e58a0170b075fcb0e07bc26c63e52b524ddb8e2eaf8 2,647 1.00/1.00 vMB 191
497,133 497,133 0000000000000000001fa07e1f774a25e6f5cb78823f33c305476cabe5f8e74c 2,024 1.00/1.00 vMB 257
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

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