Loading Tool

Explorer IconExplorer

Memory Pool

75,987 transactions
27.94 vMB
0.07813050 BTC
Random Selection Loading Transactions
Max Size: 170.49/200 MB

Candidate Block

Mining Attempt 53c172abc0e8e9bd2efa25a3a0628ce04b89ec38f203d8a796b5273cb93e7e3e
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root b35d7b84e996c05bc3977e2cd3b148f30e541abe2efd097d704858fc68806301
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,111
Size: 1.00 vMB
Total Fees: 0.01801100 BTC
Feerates: 150.93 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (308,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,444 606,444 0000000000000000000b9346f5884d5df4dcb57fdafc27e2c2db35f3914037e5 1,283 0.39/1.00 vMB 18
606,443 606,443 000000000000000000150bd35bc207c97bc8b17207d980091835c4f7e01483f5 1,336 0.38/1.00 vMB 12
606,442 606,442 00000000000000000007cc6d32d3daedd2191cba7ce6db1a426c2e6a1e7b4c97 2,791 1.00/1.00 vMB 29
606,441 606,441 00000000000000000010fbb610b74911bc9f9aa4b9a121c83d8ffa0afadf7ebd 214 0.08/1.00 vMB 21
606,440 606,440 0000000000000000000e14ddae75c065d40a12db655b1a47a891f300e83dcb3e 2,727 0.88/1.00 vMB 16
606,439 606,439 00000000000000000008b46968e6bfb22546149a0e9608e587c0596410f41826 2,824 1.00/1.00 vMB 7
606,438 606,438 00000000000000000000de069d5157490fca48c31808d31a30315e64a4313d4b 2,378 1.00/1.00 vMB 11
606,437 606,437 000000000000000000153bf88a286feef887aa11b5420f5df02b295bb26cab1a 3,271 1.00/1.00 vMB 37
606,436 606,436 00000000000000000011aea5412069bfedffce6627ab09b5785b67db86218a9e 1,834 1.00/1.00 vMB 17
606,435 606,435 0000000000000000000ec3a7e0440dad71e5baf882dd7673a90af3544b6414d2 2,690 1.00/1.00 vMB 27
606,434 606,434 0000000000000000000927a4d3486c07ab5d800e6673a52b08305fa5e07572a3 2,237 0.75/1.00 vMB 26
606,433 606,433 0000000000000000000c1915b27dd06a064a73aa18931b026517b9081aac15a8 2,572 0.81/1.00 vMB 17
606,432 606,432 000000000000000000146ca9efaf445b1f8d59038ce319dc94838722e47d42dd 2,224 0.75/1.00 vMB 17
606,431 606,431 00000000000000000009e2e3db73b5f85f37ddd199fe91266df3da2cc5988311 209 0.06/1.00 vMB 22
606,430 606,430 0000000000000000000c7b73a44c8bd7d7a3934f092b4b2a513f9fd53d9667e9 902 0.30/1.00 vMB 16
606,429 606,429 000000000000000000112b55f878fd74216c7586f63df45d8915a19b4741e2bd 590 0.18/1.00 vMB 19
606,428 606,428 000000000000000000098c62b7cb0a4c56480d5e031402953eaf3ea42bfaed43 872 0.35/1.00 vMB 19
606,427 606,427 0000000000000000000c0d5d78e6f09a419482c573c9d083ca8db1a0923a17d2 1,223 0.39/1.00 vMB 17
606,426 606,426 00000000000000000013ad15f2919a498aeb3f0176cf9459780a90b1bfbcb8bb 1,276 0.44/1.00 vMB 21
606,425 606,425 00000000000000000002f2a8c734c55020be504a4b3c8ee5c302e02f4421709c 1,228 0.38/1.00 vMB 17
606,424 606,424 00000000000000000009463aef2c836d9c524bb2445064cf0a340f41115659e8 307 0.11/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.90 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.72 GB
    • Received: 17.44 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.