Loading Tool

Explorer IconExplorer

Memory Pool

78,412 transactions
29.46 vMB
0.07463325 BTC
Random Selection Loading Transactions
Max Size: 177.41/200 MB

Candidate Block

Mining Attempt 339a43634ac6780c7d4d5dd4dacbb8b0f63ffcc43ce00093683c410ab5875808
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 7b37c8df5aa81ef68c82988eb74d4659a8faa8db73e2085a5dccf96fab62cc7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,015
Size: 1.00 vMB
Total Fees: 0.01264360 BTC
Feerates: 40.26 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (370,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,627 544,627 000000000000000000128a4f5dd627cbcc88176019cc731649687130bd1ee553 1,162 0.58/1.00 vMB 15
544,626 544,626 0000000000000000001df4856434ca8ef2b11a043020cc44ccd12f6f2bc457db 505 0.21/1.00 vMB 20
544,625 544,625 00000000000000000013be18de466cbfd6ea8b1ade329474eb9a745ab220ef22 797 0.35/1.00 vMB 13
544,624 544,624 0000000000000000001080547d8e4fd7674da46ae6ea9f3f8813f816b728d93f 1,136 0.45/1.00 vMB 20
544,623 544,623 0000000000000000001fe423a7c9c52f0a4e2c702e7e4ea099f37dc12f2efe86 2,460 1.00/1.00 vMB 14
544,622 544,622 000000000000000000082dbbede96dfa7301494521b86d96fe378c4e1a1f9ba7 1,668 0.97/1.00 vMB 11
544,621 544,621 000000000000000000163fb70bc00f5bcd1111f56e4e6b573bcaeb43063c0e65 2,155 1.00/1.00 vMB 10
544,620 544,620 0000000000000000001728c9ed7661270f5ec7e107e758adafd873cbcccc35a4 3,267 1.00/1.00 vMB 10
544,619 544,619 0000000000000000001905db541e05e6eb93cee97d077d05f4fb79b8fc067447 2,788 1.00/1.00 vMB 14
544,618 544,618 000000000000000000025f20aa08a8147fa8a542aa54e1fd84adf4901fd9282d 2,211 1.00/1.00 vMB 20
544,617 544,617 00000000000000000015da39197c3c4848caf16a61a726d02f0ede8271ade36d 1,999 1.00/1.00 vMB 18
544,616 544,616 000000000000000000028b00b4e06c6a85e2c3691645f70d81615a7f322570bc 1,482 1.00/1.00 vMB 56
544,615 544,615 00000000000000000012e764eee5a8c51b0e3687126f13e1952f0cbbdc4d7a6c 1,151 0.75/1.00 vMB 6
544,614 544,614 0000000000000000001d9a3463b075c5aaaca5268d0ed7516b012581cec88d8c 2,464 1.00/1.00 vMB 26
544,613 544,613 000000000000000000023dcc222594366fc15418286a6c1240b1b14acd22f52a 590 0.24/1.00 vMB 13
544,612 544,612 000000000000000000087473babf2668062a1312c43de42d36e66b627583f1dc 2,069 1.00/1.00 vMB 7
544,611 544,611 000000000000000000140c41dbabec3a2c02473377dd08e034f9fa64e3829de2 3,007 1.00/1.00 vMB 12
544,610 544,610 00000000000000000020e3411fea4480ce0d6e226bdf08b0332120a061aeb6dd 2,302 1.00/1.00 vMB 37
544,609 544,609 0000000000000000001949bdaa26d2f33b1fb794b24decb1c09dea966f87605a 1,373 0.62/1.00 vMB 19
544,608 544,608 0000000000000000001e1ff678c487de6d2e261f472365175a7d744c8c20e7dd 1,091 0.60/1.00 vMB 9
544,607 544,607 0000000000000000000eeb1a1145cdfb21792d286d6595c250be8067d4197888 2,392 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.