Loading Tool

Explorer IconExplorer

Memory Pool

79,442 transactions
29.51 vMB
0.09218560 BTC
Random Selection Loading Transactions
Max Size: 178.54/200 MB

Candidate Block

Mining Attempt 8831318649e9bc2df492b7ecf4e8d987fd8f2dec4ec969d3da58d743f5af7d65
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root c9687251fda89db8720c469611fc1b44b99ad9850710b1a7873fa1b3234bc2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.03016669 BTC
Feerates: 301.60 > 3.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (422,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,041 493,041 00000000000000000065f24798267b3d06b72db61bd18d2b343fde645b1c11b8 2,514 1.00/1.00 vMB 215
493,040 493,040 00000000000000000070917da3d5d781880add3de409308981cf33a22a52da26 2,332 0.93/1.00 vMB 276
493,039 493,039 0000000000000000003f22598a7165a4ad84189f2bb2fb9f07f512adab8adf91 2,375 1.00/1.00 vMB 213
493,038 493,038 00000000000000000092f6caad1cdf16beaf84c4934c10e15d104b7a83b39207 1,892 0.94/1.00 vMB 247
493,037 493,037 000000000000000000241af9772445b06cd7ab29d6b349d7894260b061aed434 1,871 1.00/1.00 vMB 267
493,036 493,036 000000000000000000b3a04d8f1a12bd1c0725c23305f5a4b8d6b0cbb7903088 2,693 1.00/1.00 vMB 325
493,035 493,035 0000000000000000002f062698fd4bba00af3cb79fe5d3e7c6b91c25c1011af8 2,204 1.00/1.00 vMB 222
493,034 493,034 0000000000000000008e5c6f611b9416e315600aeb83e0e8663818b09964bf4c 2,637 1.00/1.00 vMB 250
493,033 493,033 000000000000000000a3b2b92caa1a2650c5c2dccd90a03e9ebf3705ef002428 2,034 1.00/1.00 vMB 258
493,032 493,032 000000000000000000208c4aa684fe4079782eb1b9cc38bb5bf59b5fbb8dc5a9 1,881 1.00/1.00 vMB 267
493,031 493,031 0000000000000000006e47c5de83f8c524d2f7e4b65f69c08fa59211c3814789 3,061 0.94/1.00 vMB 362
493,030 493,030 00000000000000000079e2790f18d1ce103e42cf2f5e34c77d8922476f9a767a 2,556 1.00/1.00 vMB 300
493,029 493,029 000000000000000000394b62d4b35a8e873601d67a9c09459e5604e35c0d088b 2,107 1.00/1.00 vMB 233
493,028 493,028 0000000000000000005f2defb0e5fdac1c82aec58ad2132988654c7ddd47f033 2,135 0.94/1.00 vMB 281
493,027 493,027 00000000000000000078a000ee612d33675b23732f41a5eab974ba225f7e04ad 2,986 1.00/1.00 vMB 319
493,026 493,026 0000000000000000005c170180b67eb40d392fc0d0959836683af36bacc24d9e 2,260 1.00/1.00 vMB 240
493,025 493,025 0000000000000000009969a10fbd3020de18e4724ecdfcdf640035a5d817876b 1,777 0.91/1.00 vMB 272
493,024 493,024 000000000000000000873d8ac25306fe8494a043ba55a9583c542e7cfd2a8ab9 1,485 1.00/1.00 vMB 273
493,023 493,023 0000000000000000003075a7cb6ce10b233eb350aaed359d2ea2c081e70b9352 834 1.00/1.00 vMB 270
493,022 493,022 0000000000000000004b5e4821b25a514f44eca816f0ff54fa9e12e211ec8b4a 1,318 1.00/1.00 vMB 259
493,021 493,021 000000000000000000c12967f20a857531f74f8c6bae63e2461c8c9ad32382f6 2,512 1.00/1.00 vMB 310
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.95 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.