Loading Tool

Explorer IconExplorer

Memory Pool

42,052 transactions
26.21 vMB
0.05986005 BTC
Random Selection Loading Transactions
Max Size: 137.19/200 MB

Candidate Block

Mining Attempt 1bff84d4877e5ac31f682c98fd659b0087a8c60f6857648c87adca1df17f4bab
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root c6f6785eb09d7e7172d77a11b7a85a561cd4436c3a1c8c399f252ea3075acf91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,229
Size: 1.00 vMB
Total Fees: 0.01195180 BTC
Feerates: 100.00 > 1.20 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (862,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,908 51,908 0000000011d31221975cde60d913175e5f3c2968e6e1b36187189d149963d2af 1 0.00/1.00 vMB 0
51,907 51,907 0000000006a62b4baabfac2a4c2be3fc3c1ccfbc62e6bfff4f21858802ad31b6 1 0.00/1.00 vMB 0
51,906 51,906 0000000013c09ea9af73f9d16afbcf820e21eb973e745c5f0fb87b1308cc1d57 1 0.00/1.00 vMB 0
51,905 51,905 00000000120bf8b18d2e37f2a492350ba18a2600c36f6cd62aabe2893792484a 1 0.00/1.00 vMB 0
51,904 51,904 0000000005c5b16b5a3add07cfa2c72cfeb71ce359469b2fbc19470593a8f078 1 0.00/1.00 vMB 0
51,903 51,903 000000000ac0e972fd684483fe35c7bd84011f621cf019dbbd431584b8087b2a 1 0.00/1.00 vMB 0
51,902 51,902 000000001799f9d0270bd3ceadfeb94320775bdf0a1a6d1f6c620b82903c849e 1 0.00/1.00 vMB 0
51,901 51,901 0000000006715e379c252a3b192e837a48712dc40c6e12a3eb85eb7b95ee5065 1 0.00/1.00 vMB 0
51,900 51,900 00000000196beca40517a45241718ad25247b88015ff348b24a1be51be350255 1 0.00/1.00 vMB 0
51,899 51,899 000000000b9dbe6f0127050d973f056222ff924bdb2b62f382df23c0f5623d64 1 0.00/1.00 vMB 0
51,898 51,898 0000000017930375458efddc73b09678945bdc88baf51fa70941b08ad1b10db9 1 0.00/1.00 vMB 0
51,897 51,897 000000000179ebdb2ec1df8ea6103ae003b5daefd810d29cce3c1640d940a8d5 1 0.00/1.00 vMB 0
51,896 51,896 0000000013f17295e23467f608ce8bd90b43e39b501719054a267c1bc57b82aa 1 0.00/1.00 vMB 0
51,895 51,895 000000001d7a39ada866980097dbfdf018fdfdbd7c6137b566e339ebbacaf829 1 0.00/1.00 vMB 0
51,894 51,894 0000000014e70a9c3b56929044ef0caaa97113a75d187bbb89eae7ae4c313e4f 1 0.00/1.00 vMB 0
51,893 51,893 0000000008f9a676092c1fc14b8c428f12baf071d71718341aa689f4d09c555e 1 0.00/1.00 vMB 0
51,892 51,892 00000000190688611a7281015fe54e86319ca474aa7e700527287167cd064e75 2 0.00/1.00 vMB 0
51,891 51,891 0000000017469a6bbe871b0392031b47874e89d4c2afd70d14b5320a5ce1c70d 1 0.00/1.00 vMB 0
51,890 51,890 00000000082400f69f1030563ed13c6d94bc0a9f9b3af5c0710a3a74920b765c 1 0.00/1.00 vMB 0
51,889 51,889 000000001317c28a3464c1b021f8b30d40a28bfcc2b516273b2db99ec64fd55b 2 0.00/1.00 vMB 0
51,888 51,888 000000000e9bb4900bf3007bff44a3caf7b80e1489a291259cfd2929bf753a11 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.20 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.96 GB
    • Received: 14.06 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.