Loading Tool

Explorer IconExplorer

Memory Pool

77,993 transactions
30.07 vMB
0.11356169 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 29024e7830befbcdc947f9dc0e18e622d7662f8dcc4a2c16bd17a9cbc3561127
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 0f0fc0d1776c2cf043976887845dfce1a11a04ce03d218fa805e088303177401
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,405
Size: 1.00 vMB
Total Fees: 0.02788104 BTC
Feerates: 107.93 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (575,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
339,682 339,682 00000000000000000e5e80a5656a56eb5e783d5619191cde6dbfb496171bea9d 604 0.39/1.00 vMB 19
339,681 339,681 0000000000000000003b3cd2b1e0015cc706157f38ac5461deebb9fe31351ac4 285 0.13/1.00 vMB 28
339,680 339,680 0000000000000000018ecfdf24d6806273b3369833ab2fd2df6a49f9af52267f 1,032 0.54/1.00 vMB 27
339,679 339,679 0000000000000000037f3c246b0e48e25435b0f5f36889feb12a9364fa76ffa6 333 0.24/1.00 vMB 19
339,678 339,678 00000000000000000ab3a31f87859c416d6e92139efd2ba3fe8f5bc5b880a919 591 0.49/1.00 vMB 17
339,677 339,677 000000000000000007a5e554ae6d74ee9c2bab95ee7a7e19b80f796b60eb5ac8 776 0.25/1.00 vMB 38
339,676 339,676 000000000000000018d82618e27ce7afd5b3cce847ce3f8029feb9032071d0ff 1,384 0.69/1.00 vMB 25
339,675 339,675 0000000000000000155e2b8911dc144c79f35d1e4d74cd4e6d0c7baa8e0f641d 1,348 1.00/1.00 vMB 27
339,674 339,674 000000000000000000371f8dd918d7b6b9be783afc604fbfbeec324aff058d94 935 0.75/1.00 vMB 27
339,673 339,673 0000000000000000167a64ea1865f0f522be31658ba2f9b1eb172bd694564a28 2,144 0.75/1.00 vMB 37
339,672 339,672 00000000000000000811d642f5e4e5e20347a565f2fef447d402c8e16334f50d 675 0.88/1.00 vMB 15
339,671 339,671 00000000000000000dd0b23d21064b1eda7e38208ee2189bb6357a18fbfdffd0 1,542 0.75/1.00 vMB 28
339,670 339,670 0000000000000000114a51ca2a090dd3ca1b7b8f095d983a0660bfe529432e39 1,024 0.41/1.00 vMB 28
339,669 339,669 000000000000000010e499759507c60b94f9ab48ed1031ba4454ec19fd771f6a 1,211 0.50/1.00 vMB 26
339,668 339,668 0000000000000000066eb069b1a9d84e5f5f60ac121d7df9c3c3438dc6e0fd97 1,296 0.47/1.00 vMB 43
339,667 339,667 00000000000000000fef20e238ee8ba862f84b61b303b22b8468810814348416 203 0.11/1.00 vMB 10
339,666 339,666 000000000000000006be2b0b692dd6b257b0afe337f2bd2292a1116b7bdc6555 849 0.49/1.00 vMB 24
339,665 339,665 000000000000000006130f103b0ff2a418a2510a31fa0466b4ab1922b01f958c 2,223 1.00/1.00 vMB 29
339,664 339,664 00000000000000000d8bfffc4f4df3f3fa86265b0655bdf257a2de2a7181cbdb 1,096 0.61/1.00 vMB 24
339,663 339,663 000000000000000001beb0196d75de2567810da945a0ec06127aa385fe3a3f90 729 0.36/1.00 vMB 28
339,662 339,662 00000000000000000abbd037c34429bd85f6b2666faf378395cb30fcb147e02d 471 0.26/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.30 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.