Loading Tool

Explorer IconExplorer

Memory Pool

80,626 transactions
34.72 vMB
0.18028190 BTC
Random Selection Loading Transactions
Max Size: 194.42/200 MB

Candidate Block

Mining Attempt d2bf34018cb63837219b9ed2bdfa430a5dbe15565aceac2f19d78e33d0b6cc32
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 412db0e3c15e8974cfcdea3970f9053b9559d585a7662c8667faeb99296f531a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.04991419 BTC
Feerates: 150.93 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (74,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,590 840,590 00000000000000000000dc647de4bd1da7eb6ce0f2b5cd62f346aecdf0eda72b 4,543 1.00/1.00 vMB 276
840,589 840,589 000000000000000000007a9ac93dfff6800c6c38c28ccdcc3b0f7eeac5823b90 3,885 1.00/1.00 vMB 315
840,588 840,588 000000000000000000032b393901bec1b332752a1ccc6804bfc2c78591a65cb9 5,297 1.00/1.00 vMB 257
840,587 840,587 000000000000000000023d92e128a62d9f3b4b6cccbe8b16b7649cf303168755 5,134 1.00/1.00 vMB 255
840,586 840,586 00000000000000000000390ac1a08d9ff72b92cea8209003510ec40a8deb238a 4,136 1.00/1.00 vMB 299
840,585 840,585 00000000000000000000141957a6e92c2ccd6ea8b6955504477911a57f80bc01 5,719 1.00/1.00 vMB 257
840,584 840,584 00000000000000000002394db1b3d7c7d006cba8d1e3d2b7ff54d681d23fb3c1 5,007 1.00/1.00 vMB 237
840,583 840,583 00000000000000000000152036f14ec0c56b8af1c28e03dd922382ecdedd1ca3 4,814 1.00/1.00 vMB 259
840,582 840,582 000000000000000000024124252d9d77a5cd357d4f13d5316ad1cb95e237860e 5,743 1.00/1.00 vMB 254
840,581 840,581 00000000000000000002fe014725c753920afcc3f772d36a83ca9c057ad266c2 5,286 1.00/1.00 vMB 277
840,580 840,580 00000000000000000001bc64653c689f573ce9d8f689bf046976c96174394639 4,708 1.00/1.00 vMB 275
840,579 840,579 0000000000000000000327d260efb6261ac2c016881bd97f38a8ddfb95a09504 3,736 1.00/1.00 vMB 267
840,578 840,578 00000000000000000002ac4453325510aa405c40aa6bd65e3a9ad517de903e1b 4,858 1.00/1.00 vMB 286
840,577 840,577 00000000000000000001bd92afb3ac2a9971e0d70ea57f0ab66c0af52bda6098 4,156 1.00/1.00 vMB 318
840,576 840,576 00000000000000000000e8da3a33726f9d42fb9ea3d3199ba512d16e898d06a0 4,251 1.00/1.00 vMB 328
840,575 840,575 0000000000000000000251066fdc425512c555f8f4a6422a0a82f1a478ad2a64 5,860 1.00/1.00 vMB 279
840,574 840,574 00000000000000000000b2f91bdb80b4eeb56cd3e497a26643c560f6ea6a9de8 5,517 1.00/1.00 vMB 305
840,573 840,573 0000000000000000000158c017ba9d815f46be05caf7ced6ee9632123416cea1 6,015 1.00/1.00 vMB 304
840,572 840,572 000000000000000000021b1a9db6e7f598cfd22e8b8b084a8dd123df9bc041fe 5,464 1.00/1.00 vMB 328
840,571 840,571 000000000000000000007f21f00b0a83ffcaedfa63bc5e58426aa564f2f72d75 4,723 1.00/1.00 vMB 355
840,570 840,570 000000000000000000005a8f94b84261f3ba2644052c313987d6ff0e6bbd282d 5,798 1.00/1.00 vMB 299
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.