Loading Tool

Explorer IconExplorer

Memory Pool

46,061 transactions
30.78 vMB
0.12628071 BTC
Random Selection Loading Transactions
Max Size: 156.86/200 MB

Candidate Block

Mining Attempt 7b94151b6535aaf16743f46525d1768af4fab8bea3950e868db4c82eeb7cbde4
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 7589846aab532c8c47782b448e01d8b89b53333140c61132912b2dd08112c25a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.05319679 BTC
Feerates: 150.97 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (464,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,404 450,404 00000000000000000110175a3e4da3f2299fde51d97af44b58fcf8dd59dffba3 1,508 1.00/1.00 vMB 131
450,403 450,403 0000000000000000020237f383dd252a883377fc91af055387ea4b1000bff7e2 810 1.00/1.00 vMB 147
450,402 450,402 000000000000000000a72f03b42fac42c380ae4fd3e7da4f73b8e9a0f3c6b3a8 1,778 1.00/1.00 vMB 70
450,401 450,401 000000000000000000957c123be2828ee84b7bf849508f048c8ff19ca54967e1 3,192 1.00/1.00 vMB 74
450,400 450,400 000000000000000001ef31673bcbec01739f28371f002496d6d91f65a58dd1e7 1,812 1.00/1.00 vMB 80
450,399 450,399 000000000000000001c4566c9d856677ae39a670355aaf519a1c6b2dcf7f0a3f 2,233 1.00/1.00 vMB 100
450,398 450,398 000000000000000001b0a9b125d2689461cd848b97dd041c485f97bde4f5a9bb 2,306 1.00/1.00 vMB 92
450,397 450,397 00000000000000000077e5f5a6199418bd31c27e035234c1a6f75bddc7f6ac2d 2,680 1.00/1.00 vMB 72
450,396 450,396 0000000000000000017c37a4fffce62e37c13c705cf6be48db0892e8b64d2ba0 1,893 1.00/1.00 vMB 110
450,395 450,395 000000000000000001eee724ad58b02e4f656fe8edd4ab67405c2eeee18a42e0 2,234 1.00/1.00 vMB 125
450,394 450,394 0000000000000000028f68b54a1aa983ea802411a7a91d8644c27a40c5d4da1c 1,708 1.00/1.00 vMB 69
450,393 450,393 000000000000000001f5591483a18cb10b239077becde8416b66b6cf79843811 1,417 1.00/1.00 vMB 75
450,392 450,392 0000000000000000027d95aaa1412fb20e490d04bcf6678dc34200ee2b99ea60 1,954 1.00/1.00 vMB 113
450,391 450,391 00000000000000000270b5272d45b0ae052aec462460da8ae6de7c0f8c98ab91 1,327 1.00/1.00 vMB 109
450,390 450,390 000000000000000000acd56dbcfe6e08e6824b699f6887232720a9dfc1f9ba5d 1,062 0.52/1.00 vMB 116
450,389 450,389 000000000000000002465d1ee7166460481e11f034067255001a73fba512edd8 1,287 1.00/1.00 vMB 94
450,388 450,388 000000000000000001cdde09516a5fed2b734382f0d688482220dc11953fcb23 2,244 1.00/1.00 vMB 116
450,387 450,387 000000000000000002a9154a70dd5286f5604dc8e7db3bbdb8a3f56d54e5e15f 1,800 1.00/1.00 vMB 92
450,386 450,386 0000000000000000018ac5592c6d6eac44aa43e1e8498b50a69e08e483f0b925 2,004 1.00/1.00 vMB 114
450,385 450,385 0000000000000000005aab6a175c16af607f89c10753b0bfc5ce8e16f0240226 98 0.04/1.00 vMB 76
450,384 450,384 000000000000000001917755b21ea94c62c245260bcb507d5f55040536de9d58 1,523 0.82/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.57 GB
    • Received: 11.67 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.