Loading Tool

Explorer IconExplorer

Memory Pool

76,095 transactions
29.12 vMB
0.10337502 BTC
Random Selection Loading Transactions
Max Size: 172.17/200 MB

Candidate Block

Mining Attempt 067bb98205ae3c0fd082c5f8684d5422853e84037380c19117fb8288d4f58620
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f7161592b94364a70dca4d170b1e6a61c2f201826fa0145c2bd386c3162b5e0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,413
Size: 1.00 vMB
Total Fees: 0.04117317 BTC
Feerates: 201.37 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (357,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,792 557,792 00000000000000000022af169d15c03541b42226b36ea1a9a1b443850ac6bc38 1,084 1.00/1.00 vMB 15
557,791 557,791 0000000000000000001ba369a03769f4c9ad7bc2232634e8f75c15fa36183741 1,450 1.00/1.00 vMB 14
557,790 557,790 000000000000000000013d79aff80e991be61e5d317bd8ef34b2c0ccdec7500f 1,500 1.00/1.00 vMB 8
557,789 557,789 0000000000000000000bb8f8d70e09f9ecf06681978a5dfad50d9b1c0156c163 2,197 1.00/1.00 vMB 16
557,788 557,788 00000000000000000008c718f4837bc4a29ebb9d153bdc345024d639b1e5d77b 3,041 1.00/1.00 vMB 26
557,787 557,787 00000000000000000027773ebd27420f056421140b867a1784acd93e91ede802 2,943 1.00/1.00 vMB 27
557,786 557,786 0000000000000000002d3a203e9615cf129c8c5bad41f7bbe69f3e83d0223c55 2,290 1.00/1.00 vMB 18
557,785 557,785 0000000000000000000f58b4d0b0bc57d697f52417d2018174e1eeabdc3c774e 2,581 1.00/1.00 vMB 32
557,784 557,784 0000000000000000000a92e55a7cece961dd216cc601178e2d7d6f6a96c8f046 2,208 1.00/1.00 vMB 20
557,783 557,783 000000000000000000094bc435b34afee19dd08eb23fb7136fe96967fa3a1da6 2,848 1.00/1.00 vMB 18
557,782 557,782 0000000000000000001813320afe37723dedc8f03ac3e3b48b1ad1572f56eabb 3,284 1.00/1.00 vMB 43
557,781 557,781 000000000000000000110ed57f598a033186905e12a4d7a8de24aa389693186e 2,973 1.00/1.00 vMB 23
557,780 557,780 00000000000000000002f45214f74fe36e9841fb770fcf73b08c8c6c9a187c17 1,368 1.00/1.00 vMB 19
557,779 557,779 0000000000000000000f9962d88a86ba80fe91724f0f7546947ccb7093945227 2,917 1.00/1.00 vMB 22
557,778 557,778 00000000000000000025a1b431b88c8fe7a6d8665e2dbacee26e8f551398bef3 2,842 1.00/1.00 vMB 37
557,777 557,777 0000000000000000000e8db414a244ff94458817ec5cb818f585600a1de7a7d4 2,798 1.00/1.00 vMB 47
557,776 557,776 00000000000000000017ced95b383b46d535310888e7201946d949f5d7be68f8 2,767 1.00/1.00 vMB 63
557,775 557,775 00000000000000000027655863d00f4e697580e06795f84e0b17eae255a0f64f 2,688 1.00/1.00 vMB 17
557,774 557,774 000000000000000000189f0d93d60cc9437ed79aea0fb8d4d6d3635b1056c3e8 2,283 1.00/1.00 vMB 24
557,773 557,773 0000000000000000001e32943207cd506e89ca1dafa4b283401fd64062cd1b9f 1,936 1.00/1.00 vMB 29
557,772 557,772 00000000000000000029e2547a1c0b553c076d8391776e377857e476698e8007 3,171 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.