Loading Tool

Explorer IconExplorer

Memory Pool

78,982 transactions
29.66 vMB
0.09158349 BTC
Random Selection Loading Transactions
Max Size: 178.63/200 MB

Candidate Block

Mining Attempt e35801c2b441181e422957db3729332f45ba827eb7da285b0f00a15b985939dc
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 2a8ad293a4b467a38183899de29562435f7b6da384a8898ae89a65e45bc123a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.02876715 BTC
Feerates: 261.10 > 2.88 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (325,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,490 589,490 0000000000000000001524041a387f67843111bd2ba95c38a12ba9d87837b89d 306 1.00/1.00 vMB 4
589,489 589,489 00000000000000000019e7f27e3f1e17d55135b41d3868e3fe0716c3a0de988a 1,949 1.00/1.00 vMB 33
589,488 589,488 00000000000000000016a6727bd6248dd1b7ac9e3de883bf51fc2d3a6a055cf0 1,541 1.00/1.00 vMB 9
589,487 589,487 000000000000000000044521feb95e89703df757e5e26811ae9aae2eae047cdf 2,616 1.00/1.00 vMB 38
589,486 589,486 00000000000000000005141b4d73891a389c6b7da826bb342c2602bd23e8360e 2,769 1.00/1.00 vMB 24
589,485 589,485 00000000000000000017a48de67b452690c4ffc8998edfeb9bd996dfd6d8f1a0 3,135 1.00/1.00 vMB 53
589,484 589,484 000000000000000000117ad3c9c03461a6717142368578ec2c2ac3f8a0c683ae 3,132 1.00/1.00 vMB 61
589,483 589,483 000000000000000000177c7ca23c2aacaecfb14c32798511764223c31c21a95a 2,559 1.00/1.00 vMB 11
589,482 589,482 000000000000000000162ea8550bf47c77bd5fb56cf561e8d778588fc4aeec91 1,360 1.00/1.00 vMB 28
589,481 589,481 0000000000000000001015c2ac1a75d8a4f2e118ca0c08e92880b2e39c8c4e46 2,517 1.00/1.00 vMB 28
589,480 589,480 0000000000000000000cedf05d1b99f9bbd739c0e7e3bd274640a887ecc12fca 1 0.00/1.00 vMB 0
589,479 589,479 0000000000000000000adde872f50c7d101a3bd470b1d6311cae3f6f0105bf74 2,725 1.00/1.00 vMB 70
589,478 589,478 0000000000000000000dfcb59e5015a79f6ff51925397f47ddf0ba10383cf6a7 2,018 1.00/1.00 vMB 22
589,477 589,477 0000000000000000000f6d79e13937e4f753286999fac89850af2fae3feeeb98 1,828 1.00/1.00 vMB 27
589,476 589,476 000000000000000000003f3e1a6762883ca49327e6eccc2ddbaebb661ce1eba2 2,169 1.00/1.00 vMB 39
589,475 589,475 0000000000000000000c5734728e8fd1e699ae9b1b3f82eb3cac3963368123ab 2,089 1.00/1.00 vMB 30
589,474 589,474 0000000000000000001467fa266df0c14384861c84b3d76f80a3f794cdea133a 1,656 1.00/1.00 vMB 42
589,473 589,473 000000000000000000189a117666fc09506520efa6ea664ddba35b97f05f1abe 1,580 1.00/1.00 vMB 58
589,472 589,472 000000000000000000133ac6fb8caf5633675de67d439b23d9124e22802c88d7 2,392 1.00/1.00 vMB 88
589,471 589,471 000000000000000000043c0c1212c05fe827d698ccf6fff1c3f8e40b1c4ab9d4 2,796 1.00/1.00 vMB 21
589,470 589,470 00000000000000000015db99ff182cfaaff5c4d7036e251438f36a0dd4ad5261 2,927 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.68 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: 685.91 GB
    • Received: 16.48 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.