Loading Tool

Explorer IconExplorer

Memory Pool

45,839 transactions
28.00 vMB
0.09681181 BTC
Random Selection Loading Transactions
Max Size: 146.32/200 MB

Candidate Block

Mining Attempt 0e2e90fe7f5dbe97dd1641cb98f5aa16b6f3329b2258d1821ea8c0731a544def
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 051712e18e35e3665021e97faa91eaedf9b6d02ba01b50548fbcab16ee07f112
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,684
Size: 1.00 vMB
Total Fees: 0.03737817 BTC
Feerates: 150.77 > 3.75 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (195,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,490 719,490 000000000000000000070b6130c0acf163c4febfad448aba0826a53612cdc8d7 979 0.37/1.00 vMB 8
719,489 719,489 0000000000000000000198ddfce307e8f8584e1feeeae6980ee1f1f41ca73189 2,421 0.94/1.00 vMB 7
719,488 719,488 0000000000000000000584771c9ef8295b5eb08ea995db005bf6fbcfab101326 328 0.11/1.00 vMB 6
719,487 719,487 0000000000000000000a95e2f4e215e0b3437e6ad17ef0f59650ca6514e24edc 583 0.38/1.00 vMB 4
719,486 719,486 0000000000000000000900800e6207506fd35b5f7be9d83aa300e01c93fb9acd 841 0.97/1.00 vMB 2
719,485 719,485 00000000000000000006f7d878ee993d14687f974da2028bfb1fdb7a28615670 2,411 1.00/1.00 vMB 7
719,484 719,484 00000000000000000006db9398d177980260902582409ebafa08899648081f19 1,926 0.66/1.00 vMB 8
719,483 719,483 0000000000000000000a8768093ddaec08bf1cb3f0198596603681788c4ec303 2,750 0.95/1.00 vMB 7
719,482 719,482 00000000000000000006484a767b0dcdf1f62f29cc2afd928efc90f1ca6fb78e 1,106 0.48/1.00 vMB 8
719,481 719,481 00000000000000000007f216c8014c871dbb1158a3fbc7a66888cb9ab9f72086 1,468 0.43/1.00 vMB 7
719,480 719,480 000000000000000000082b5278b8b1b6bcd4f8a0852537c7f23e421fea4a449d 1,208 0.42/1.00 vMB 3
719,479 719,479 00000000000000000009e8e2c1c768eecbbff157de3e05b4a6daf3b7642c3c92 2,608 1.00/1.00 vMB 8
719,478 719,478 000000000000000000035a6bc5f66542ca6dc03f78127c2ba5974251affadaec 3,019 1.00/1.00 vMB 9
719,477 719,477 000000000000000000043925da8b7362a278029261ab5244721710dfc75141bd 972 0.54/1.00 vMB 4
719,476 719,476 000000000000000000087e9fb9756c5e446d89f40b66b2dc76cdeee4ccce76a2 3,107 1.00/1.00 vMB 9
719,475 719,475 0000000000000000000609654638f5af57b465f909ead9988425dd8023ce9f26 886 1.00/1.00 vMB 1
719,474 719,474 0000000000000000000ae6f5706fce2f8880229d7d8d8d5a0c1d63b4a0f4d3df 3,049 1.00/1.00 vMB 8
719,473 719,473 00000000000000000006f2eef3f27eee9797a1d0bfd5642076a3a1639ece1d41 3,232 1.00/1.00 vMB 10
719,472 719,472 00000000000000000004a596b7e4197b1077df8de4414f0ea6e71d9a220da19d 2,854 1.00/1.00 vMB 8
719,471 719,471 00000000000000000001d2e7a4708f8073f07863453d793452a0b518fd312e6d 1,339 1.00/1.00 vMB 4
719,470 719,470 00000000000000000006b62a1a070ac7a9f9c7cf65f4f165f3bc84b5b344f990 1,680 0.89/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.