Loading Tool

Explorer IconExplorer

Memory Pool

86,040 transactions
32.94 vMB
0.13456585 BTC
Random Selection Loading Transactions
Max Size: 195.91/200 MB

Candidate Block

Mining Attempt 521041d7d4df5c64b6af8e7bd796e85cbde9fb2d4699da209e9df93690566a6f
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 16c48904674ec3e1119ffcd20e10ff50c62a65df25eabf7d47de802e259e8cb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.06235044 BTC
Feerates: 387.56 > 6.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (389,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,192 525,192 000000000000000000399aba0531c87e5643d1cf32057ab614b5f5064c2c0ac7 24 0.01/1.00 vMB 11
525,191 525,191 0000000000000000002260ca58bbd3533ac83f0193932d18060a6098d3c73a50 348 0.16/1.00 vMB 57
525,190 525,190 0000000000000000001a3e648bbba0f5efbed0adcee777c05d8abfe1dcdfb578 344 0.12/1.00 vMB 20
525,189 525,189 0000000000000000000cf0fecf5ec51866babe010634c6101c3d4c8e0f7347f7 1,032 0.52/1.00 vMB 28
525,188 525,188 0000000000000000003d04f70e9b4f43655f35bea20281f7b1a83c2d054cb6c5 1,733 0.79/1.00 vMB 22
525,187 525,187 0000000000000000003c2ab5ae6a17524779743f7515cfb8b7b80dd63ffd40a6 285 0.12/1.00 vMB 49
525,186 525,186 00000000000000000018d57dd8b6fa6949c005bbe9bb5da4e4ad9f1b7fe4ce91 2,059 0.74/1.00 vMB 25
525,185 525,185 00000000000000000027f94d8a2b5f04fff8f3b01d4eaf9d25ca1b3547e16a6b 74 0.02/1.00 vMB 30
525,184 525,184 000000000000000000384edda34614b7516ddd599c33c60138ff7d70d0ba6164 695 0.21/1.00 vMB 19
525,183 525,183 0000000000000000000ce978f215318f5e98823dc6bd90401f3334d8bbe88cf7 804 0.38/1.00 vMB 35
525,182 525,182 000000000000000000266fc80a8ad94e13d1aa5a774ae0460ae2ccdeeede8837 1,535 0.58/1.00 vMB 16
525,181 525,181 000000000000000000268de5ba1b9665440cf765e03bfcc5a2890df1cc778b74 1,485 0.56/1.00 vMB 21
525,180 525,180 00000000000000000015f0881bda4b3c45fc527594a394a8db74a391ff7801fd 1,648 0.65/1.00 vMB 13
525,179 525,179 0000000000000000000d79588dff846196188bf5ca578e7ded5ff4a62e156fff 458 0.21/1.00 vMB 20
525,178 525,178 0000000000000000003ffe5ad36048f0ded792d9214e6ca5d2af3acd615cf2c7 1,572 0.58/1.00 vMB 24
525,177 525,177 0000000000000000000aa5e91f278e40830ddc10518b9d8dc7fefa60eac8913e 418 0.17/1.00 vMB 14
525,176 525,176 0000000000000000001a4d0ca1f0f2dd72e2d01be3169ae1109ed3804b9b4a9a 998 0.38/1.00 vMB 11
525,175 525,175 0000000000000000003c32e1035b932452d29e8513c2e5bd25bb87cddc34bcce 1,709 0.59/1.00 vMB 25
525,174 525,174 0000000000000000002247d5f25c2ac1fc2cf277a517e0e06d6b7196eb0fe26a 683 0.34/1.00 vMB 21
525,173 525,173 0000000000000000003895a1b536aef6addd69723385c4b1253eac4a29bbabc7 1,243 0.40/1.00 vMB 18
525,172 525,172 000000000000000000037fe245694745094eb7027dbb52d0ed121dd7afa0cc42 636 0.26/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.31 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: 659.33 GB
    • Received: 14.60 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.