Loading Tool

Explorer IconExplorer

Memory Pool

48,404 transactions
27.46 vMB
0.07586560 BTC
Random Selection Loading Transactions
Max Size: 146.37/200 MB

Candidate Block

Mining Attempt b423a65a9d3e9d5020528fbba76b24ff8c99bb863d57947f90cfbf48dda9fbc7
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 5ff6585c6a738a2af4bb7ea83e1dbcbddfa58cad53df0e289bf5396cc40b5d6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.02446906 BTC
Feerates: 150.92 > 2.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (461,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,205 453,205 000000000000000001312aa985d26f81c7d31da1c94dcb303047adfe75372ee4 2,341 1.00/1.00 vMB 129
453,204 453,204 000000000000000001a0abb6c199a82a12d53551fc8973819b666aab7e96a2de 2,990 1.00/1.00 vMB 76
453,203 453,203 000000000000000001d109ac0944ce22ca9f2bf8c7beb729d79628f29be082be 2,415 1.00/1.00 vMB 73
453,202 453,202 0000000000000000011433ea7b4d51e3672bf25d07722099e8255b230f86b05e 2,086 1.00/1.00 vMB 104
453,201 453,201 000000000000000001e4be549208a5f07b0b50dfb092e99fa20055156c55549e 1,292 0.37/1.00 vMB 195
453,200 453,200 000000000000000001fa2fcfedd86dd71107129b287a88cb489d876192cfae84 2,006 1.00/1.00 vMB 138
453,199 453,199 000000000000000001ea685d5a8c32707208be89d36e5537a6f49e5e60792b5e 3,266 1.00/1.00 vMB 64
453,198 453,198 0000000000000000025f58c8002c0eb44543886532e0a92b582668bca67c9cdb 2,458 1.00/1.00 vMB 97
453,197 453,197 0000000000000000011ed4f3371dbdaebb8c54badce220fbba64f1a46ba0559a 2,302 1.00/1.00 vMB 117
453,196 453,196 000000000000000001c58b67f2145e00e836fd6006860be9e61a31cc70ca0b84 2,289 1.00/1.00 vMB 124
453,195 453,195 0000000000000000006684390c53057d1942b03e649582de26dd588f83471b74 2,866 1.00/1.00 vMB 176
453,194 453,194 000000000000000000e907ebdb890c7f46c0649829b60e98ff5cb5e2b83fcc77 2,927 1.00/1.00 vMB 90
453,193 453,193 000000000000000002859a549a49c2c70b92efeef7d1493c3574fa54b0568f88 2,336 1.00/1.00 vMB 70
453,192 453,192 0000000000000000018d54af73d25538810602f16421c14612a4163ae5083c70 1,851 1.00/1.00 vMB 86
453,191 453,191 00000000000000000084f27d1c23d648cf600a9937bd6d7bf762db4610661599 2,705 1.00/1.00 vMB 180
453,190 453,190 00000000000000000170ead7195b98770cdea3e428255ff9bdf3f5f2efa7c104 1,620 1.00/1.00 vMB 70
453,189 453,189 0000000000000000012bbdc82b06e250ff6cbcf9a6a316f08dcacf0dd68fc24a 2,963 0.93/1.00 vMB 85
453,188 453,188 000000000000000000cbc22136fdf93bdb6fc6491622ad331d6379e9321378dc 2,400 1.00/1.00 vMB 110
453,187 453,187 0000000000000000012f5ecf78e6018800c5bf671afc8a27fa86dc593d27887a 1,803 1.00/1.00 vMB 98
453,186 453,186 00000000000000000186122509339b2c6ee57665e7a50c4a1d6aa2280dae75b2 2,211 1.00/1.00 vMB 119
453,185 453,185 0000000000000000000c2fb7f5952f7a49cf18983004ee4b5eba407926be0c16 1,870 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.