Loading Tool

Explorer IconExplorer

Memory Pool

38,782 transactions
19.42 vMB
0.04299251 BTC
Random Selection Loading Transactions
Max Size: 108.05/200 MB

Candidate Block

Mining Attempt 0cb5bcee1829f2dba2865e35660258449a049f1d551cedb2dce22af6141c7686
Version 20000000
Previous Block 00000000000000000000eebcf6de9667b93e57c6ec9b21528ece66efcc0fcd31
Merkle Root 63e4c8a03320a23920dd1c5ba76bc7ad766bdff97c796f3e148c648df86dd3e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,543
Size: 1.00 vMB
Total Fees: 0.00547214 BTC
Feerates: 40.00 > 0.55 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,105 (911,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,783 2,783 00000000c98f59291e695e46f69b6d20f3a45767fa6804636a8dd911955a917f 1 0.00/1.00 vMB 0
2,782 2,782 0000000055530174f3eaf349c20522e71b87a1e5929054889d774f84859d542c 1 0.00/1.00 vMB 0
2,781 2,781 000000005dbb85aae7ebc3ef8285d78edf4f21dda1b5ec623957e13887228fd8 1 0.00/1.00 vMB 0
2,780 2,780 00000000fbce2e3e1c2f00c556a549ea5973f5cdb692a36c97a289c267617af1 1 0.00/1.00 vMB 0
2,779 2,779 00000000c8b3400f3b915a80c702a6a75c4be65f6fce1ae88aae5510125420c7 1 0.00/1.00 vMB 0
2,778 2,778 00000000101ef076a211b3ae84724c8c6af1a7992a44f8750f99df28921e8e70 1 0.00/1.00 vMB 0
2,777 2,777 0000000096c03ecac0f1f4ee4c253505ee03a16b27d81327861edfbc360ca9d3 1 0.00/1.00 vMB 0
2,776 2,776 00000000492ea80aba09540dbb3bc2a12c6a67f107543fc487adc178207424dc 1 0.00/1.00 vMB 0
2,775 2,775 0000000062a31bd9d38393ba3c5bf782b651f57e242f316cdb648935eee614d1 1 0.00/1.00 vMB 0
2,774 2,774 000000000db135a4809f3a7f75c7fe5c72594d928eff19bb8cfe4b1d2d29073f 1 0.00/1.00 vMB 0
2,773 2,773 0000000033dbde75bb161359a3ea82c5c85311c8fc5e0bd8dd804a1423d575e9 1 0.00/1.00 vMB 0
2,772 2,772 0000000027dbb87e7e07027c9984ac28b62c8875faa993611b391b9115603c71 1 0.00/1.00 vMB 0
2,771 2,771 000000001e11045daacc7c62f20e3c8a654f930df35f8bd25d27298274426ea2 1 0.00/1.00 vMB 0
2,770 2,770 00000000ccfb50782878123cde5be406678c903803fc8c35d6555dbd9292290f 1 0.00/1.00 vMB 0
2,769 2,769 00000000b7a16bf1538d8324b9443995ec49935c75008a8a335b34936d5732b0 1 0.00/1.00 vMB 0
2,768 2,768 00000000dbe2ee81486da98940b9f041e185ecba934eb8b76c1f3d54d7767b77 1 0.00/1.00 vMB 0
2,767 2,767 000000000687047fa5cd8e392c298a76a3cce44994da426a26352045da0eebc9 1 0.00/1.00 vMB 0
2,766 2,766 0000000041439bba955e25091f8375196c5a1a6d889e4a872d1fd5401132133d 1 0.00/1.00 vMB 0
2,765 2,765 0000000071387bb155f1fba14338ad98fa1a78844a54f80495243096fb6194bd 1 0.00/1.00 vMB 0
2,764 2,764 000000004919955232b3051edf5b8c09e46eb5b076b3168e1daefcebd2bf0a18 1 0.00/1.00 vMB 0
2,763 2,763 00000000ad6d78cf8038828aa515caf2518fcc5931a92bce753d3be459a8c7d3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 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: 559.42 GB
    • Received: 7.20 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.