Loading Tool

Explorer IconExplorer

Memory Pool

50,905 transactions
23.83 vMB
0.19793191 BTC
Random Selection Loading Transactions
Max Size: 133.78/200 MB

Candidate Block

Mining Attempt bfc5ea73c577eaa5e8408973579089ad4d18306a36b8179b8e44e0571e7f2de4
Version 20000000
Previous Block 0000000000000000000187815afe94b785578cc47d80c9276cd4af19b8916538
Merkle Root ca7a9f7966173bdc71fbcc7ab348443762471e32e01d4039c09301036f375a9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.10049929 BTC
Feerates: 200.70 > 10.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,094 (895,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
18,323 18,323 0000000048319bd0e4e3ffdadd5e7329e64d966a74c88a71cfc2274186ad86c2 1 0.00/1.00 vMB 0
18,322 18,322 00000000302374491b785836f2c3c91a914a82c3cd945eaa6651b2832cd48ede 1 0.00/1.00 vMB 0
18,321 18,321 000000005d850f6d2debd817500350d77b4d326d81ca1f11d64ce4aef594c9f6 1 0.00/1.00 vMB 0
18,320 18,320 0000000093ffeb012779ec034133dddcd24efe396a35de9ee9a0abadb9993e20 1 0.00/1.00 vMB 0
18,319 18,319 0000000000121c6983323c4a1434965cddd228ec2d1b6c79e9305e3624934b23 1 0.00/1.00 vMB 0
18,318 18,318 00000000150a3788e0b934db53d2bd55d31c768ab8919305feea15134757bc3b 1 0.00/1.00 vMB 0
18,317 18,317 000000000842d4eea95d1a7b3d9d6443d81beed522ee5699f51d7ddda2de171b 1 0.00/1.00 vMB 0
18,316 18,316 00000000c9908d9009e7afaab11c4c1c3ecbc9f9c2612a198c94b1de18732f42 1 0.00/1.00 vMB 0
18,315 18,315 0000000026fdd7065391a0f800a3af439b0074ca0a8c0e611631941d309b99e7 1 0.00/1.00 vMB 0
18,314 18,314 000000005755f1e5635adbc3db6f0c01262024988ee5a11726cb17d9c669d94d 1 0.00/1.00 vMB 0
18,313 18,313 00000000356c77e0eeb1ca77f30150ae6239ac2cd1b8f9acebc0a8a9ffbef526 1 0.00/1.00 vMB 0
18,312 18,312 000000001a2c594cefe2d5fdfcbae2e6d54718f1d704e578bd97303ab683398e 1 0.00/1.00 vMB 0
18,311 18,311 00000000e706b6e777234e78695243434832ac2f870155da41ae2fdd71c15ed8 1 0.00/1.00 vMB 0
18,310 18,310 00000000dcdb5e0a23776751e2edcec4d4e597c8693f05fd86b9fe71ede6da26 1 0.00/1.00 vMB 0
18,309 18,309 000000005659e33d33527dd3a4eecbace0ec274f94b02ecbd8bc55e3b824103b 1 0.00/1.00 vMB 0
18,308 18,308 000000007b11f50a83869082806116cb6a3459db4887c1397421a2233497367b 1 0.00/1.00 vMB 0
18,307 18,307 00000000bb69c7fd70f0ccfd363dae2982534576737a4814ec94c4cf7120680b 1 0.00/1.00 vMB 0
18,306 18,306 000000005d22ab1c7770f270069ebd76811dcf2353aac12f72e80c358e3dc97b 1 0.00/1.00 vMB 0
18,305 18,305 00000000b3642ea00e2fc09fe927511829f9ce200a78de8e4a0c4ba030445512 1 0.00/1.00 vMB 0
18,304 18,304 000000000c0de87d78b42a700f074b92dcf10f42c839b1646899531660e6e505 1 0.00/1.00 vMB 0
18,303 18,303 0000000072c552de40703539f1ad3f02b270235586f7848b1af6b66c7fed9858 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 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: 558.56 GB
    • Received: 7.12 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.