Loading Tool

Explorer IconExplorer

Memory Pool

79,351 transactions
29.82 vMB
0.11298238 BTC
Random Selection Loading Transactions
Max Size: 178.67/200 MB

Candidate Block

Mining Attempt 652c0d3a1b3b27d106c1adcaaad6fc2bc7c45b866094544b78ece7ed696fd5bf
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (298,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,269 617,269 0000000000000000000ef40dc4a6441109caa9bbf05e3f453655bc7d0ea1592a 929 0.30/1.00 vMB 19
617,268 617,268 00000000000000000000e39701651735a14b920d3234bef121e24d528431f3b9 1,250 0.45/1.00 vMB 4
617,267 617,267 000000000000000000014373100635a4ad659f1daa6aec0924950300b71f17ba 1,133 1.00/1.00 vMB 7
617,266 617,266 0000000000000000000b4b60ac2bc76c2c4bc8372d7aad43f27df9cba0fbbd55 2,216 1.00/1.00 vMB 5
617,265 617,265 00000000000000000007c385ce8b2e95ce8a7cdb6c5dc66e3839681d38e37a6a 2,416 1.00/1.00 vMB 29
617,264 617,264 00000000000000000004c7a2d3746ba4feb38c8f69dda9834fbc4bf7ae0246fa 2,615 1.00/1.00 vMB 7
617,263 617,263 0000000000000000000fca7f00bdc88ae08607e8fe465b931950b24ab212f625 3,115 1.00/1.00 vMB 24
617,262 617,262 00000000000000000005ef209b1fbe58d998f80fb9e3e00c9aa688abd439aa9d 3,452 1.00/1.00 vMB 32
617,261 617,261 0000000000000000000e452f35ee4e3f87b436f066fddf20b508beed60f35812 1,634 1.00/1.00 vMB 13
617,260 617,260 0000000000000000000eedbb938aace3d1d4100521f1649df57a1fef915ee254 2,744 1.00/1.00 vMB 15
617,259 617,259 0000000000000000000d154da40fef847b68d228fd92189cbf485f0771e266eb 2,122 1.00/1.00 vMB 9
617,258 617,258 0000000000000000000d2466f3f37d1f6be2d3f923ec7953af035205e9a63032 2,335 1.00/1.00 vMB 7
617,257 617,257 0000000000000000000beeacd97680d8e2b30ba1e015a323cfe5329b9911fa2c 2,547 1.00/1.00 vMB 13
617,256 617,256 0000000000000000000b5527cad5366c2f560a36f9b06f623854a8e44ffeb5ea 2,951 1.00/1.00 vMB 29
617,255 617,255 00000000000000000009a220fee3a266d39ad3249d30ac4c09bf7f12b633489d 3,302 1.00/1.00 vMB 39
617,254 617,254 0000000000000000000c6dce7e12decb0bb4b64683cfac812f5a2f69045a48ae 2,811 1.00/1.00 vMB 39
617,253 617,253 0000000000000000001055510a862c4b30ca1f7515511562ed4557463390ee64 1,420 1.00/1.00 vMB 12
617,252 617,252 00000000000000000010cdc316bac9e462c378ad80821709b1bb8ca1b3bbef93 937 1.00/1.00 vMB 13
617,251 617,251 0000000000000000000822f88e0deda24f0a3bd996678104043409fee0e8ae69 1,783 1.00/1.00 vMB 7
617,250 617,250 0000000000000000000c7f5a66f07a7362b784e384381e5055976586defc2d4c 2,631 1.00/1.00 vMB 7
617,249 617,249 00000000000000000008a22e33e554fc0c71a51760fef0c0af3beeb8f1760345 2,992 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.