Loading Tool

Explorer IconExplorer

Memory Pool

84,763 transactions
31.64 vMB
0.10907663 BTC
Random Selection Loading Transactions
Max Size: 193.95/200 MB

Candidate Block

Mining Attempt c94cc2b50a6c250781870b9bb3fa8dda963fdcae92bc8a917a42f27760885f97
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root c758e2e3c1011d0548e8edf1e900314a6ca0fe93c3bf4c0b55f04e258b6a3932
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.03512430 BTC
Feerates: 301.57 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (308,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,618 606,618 00000000000000000008f9948017a6aa334b7ac1c8e1be8eafce1fd58064b146 2,164 1.00/1.00 vMB 34
606,617 606,617 00000000000000000012d48c15a3c4dbdd637f4fc21020f9c25c5fb8d99e88ed 1,980 1.00/1.00 vMB 47
606,616 606,616 000000000000000000134b93ff1f09e09b42bd690b546ffc9bde6113a845129a 1,485 1.00/1.00 vMB 85
606,615 606,615 0000000000000000000b609dd61218dd5aae190571073e225dc2a9773bc44342 1,778 0.54/1.00 vMB 15
606,614 606,614 0000000000000000000938ded8b0059f0e874188f941ffa70ec5776200fdf7fa 1,836 0.60/1.00 vMB 6
606,613 606,613 000000000000000000113f4c0705f7b519c0961eb7dcb7afa9e1f9b4c4114197 3,118 1.00/1.00 vMB 25
606,612 606,612 000000000000000000110b62ae2237b7ce5a41d5afe6d13ac9cc604645eb7eb3 929 0.24/1.00 vMB 14
606,611 606,611 00000000000000000013145be750860447868907c8f93dec4a3f80a80bb26e61 2,467 1.00/1.00 vMB 14
606,610 606,610 0000000000000000000304f6934d71c435d5bb84eb652fe4d0fc94d16c0810d5 3,035 1.00/1.00 vMB 39
606,609 606,609 00000000000000000006b5f7e6a2581e3ceab6862fc768df865f87e71c1991a9 1,375 0.44/1.00 vMB 25
606,608 606,608 0000000000000000001048a5cf665cb8bf8704dfc2d8c3995b97c8fc3dfb6642 393 0.12/1.00 vMB 25
606,607 606,607 000000000000000000087a18e6d6c9703b4ad0f177ecfe333623f1ea7aa7a152 2,070 0.86/1.00 vMB 14
606,606 606,606 0000000000000000001470a23fd730e2d713e9b785c813c3ad81eb801ec5cc6c 3,260 1.00/1.00 vMB 27
606,605 606,605 000000000000000000079feec931f5b1f0c7a75325feaaa56e13fe382f1e9b09 1,469 0.46/1.00 vMB 4
606,604 606,604 000000000000000000080c606cec1350519608afae9bc76af0bd4a47631492b6 3,019 1.00/1.00 vMB 13
606,603 606,603 000000000000000000080fb7f5127eb1ba6651bd16eff406724ffa037b5b4f2b 3,217 1.00/1.00 vMB 44
606,602 606,602 00000000000000000000965ec97080c9661668714b9e24051254a4c8b8e65d74 1,450 0.79/1.00 vMB 16
606,601 606,601 00000000000000000011e9e9f3ce4df5d38bf5a15ac1849aafd8f504cd0fee24 76 0.02/1.00 vMB 22
606,600 606,600 00000000000000000012d022ff439505e676c77e4087570ebbb537bc19ab099c 2,866 1.00/1.00 vMB 12
606,599 606,599 0000000000000000000aaa61468dd3097d00a86d3c5fd2921d283d31ed55db4b 2,741 1.00/1.00 vMB 48
606,598 606,598 00000000000000000012c0ac277aebc1da032503a31731b20b3cf1d4b81f2f6e 2,062 0.91/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.92 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.