Loading Tool

Explorer IconExplorer

Memory Pool

79,221 transactions
30.30 vMB
0.08978522 BTC
Random Selection Loading Transactions
Max Size: 181.30/200 MB

Candidate Block

Mining Attempt 70db295dfd8c67eb943eba4b027e8f8da3346562805e2deba834453e2f8720e6
Version 20000000
Previous Block 000000000000000000021129411a7971366f36566cc15a488e83fb60244c0ca6
Merkle Root 8a36a7a219d0d52d42adc204e5de37c75121bb93cecdfb6379d5aa6a3278ec22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,073
Size: 1.00 vMB
Total Fees: 0.01751942 BTC
Feerates: 42.16 > 1.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,151 (543,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,140 372,140 000000000000000001dc4fb3014daa25b87fa1c01d967a4d2ee8e9294e4c2bf3 804 0.39/1.00 vMB 38
372,139 372,139 000000000000000003a148c0395a415b4e0d4b74eaeb1f8196fcd30736393264 1,393 0.63/1.00 vMB 45
372,138 372,138 000000000000000000c0ff6d593f7dac8abec8537cf7dea61f810ae92a2b7cd0 1,177 0.64/1.00 vMB 42
372,137 372,137 00000000000000000a7be7145fa9624c45682648371154c3e652b6b800e1c0b9 217 0.12/1.00 vMB 34
372,136 372,136 000000000000000011fa6e03c6de823c867c2fbc5374192cf0f25cd7c744a26a 152 0.06/1.00 vMB 37
372,135 372,135 00000000000000000c665f56123fdecdf979cd162ae9d113bd88a58a42c7aca2 895 0.41/1.00 vMB 37
372,134 372,134 00000000000000000da52b754e77b1c2e0176aba6819b75682435aa5bc4b4e4f 1,580 0.75/1.00 vMB 43
372,133 372,133 00000000000000000156de48e6505adc7f373d7bdd80a53e4d8024435f8376b2 541 0.25/1.00 vMB 42
372,132 372,132 00000000000000001003c0d194dc592a51623083dbbdeec5e87c76bf96e5d456 964 0.46/1.00 vMB 29
372,131 372,131 00000000000000000e63dbe1f9d592198bab03773fd8b70a04de9f1cb4feb446 1,271 0.78/1.00 vMB 29
372,130 372,130 0000000000000000020419280719530f8679e3c63c26ad27162952be93260313 1,933 0.75/1.00 vMB 55
372,129 372,129 00000000000000000843dce5b6c5888df15c01c1f10a7ee1c9dba1d5d4267843 113 0.05/1.00 vMB 42
372,128 372,128 00000000000000000714d81cc5761d81ed1053a7620fb81a8a8681202ff2a32f 612 0.25/1.00 vMB 44
372,127 372,127 00000000000000000d335f9e19bd9111441536871792737816d08734ae9bcd29 543 0.25/1.00 vMB 36
372,126 372,126 0000000000000000122b72309d28b37b79de56e6f95c1fad5616f695412f5171 160 0.25/1.00 vMB 6
372,125 372,125 00000000000000000317c33a12b5fa3e3604d22574d283614bb4e45b34737aca 29 0.01/1.00 vMB 38
372,124 372,124 00000000000000000278a1b84dcdd3351abe07ba2bb85bd7b2324118f7ef5d47 24 0.01/1.00 vMB 57
372,123 372,123 000000000000000013f92215f45c69e1a6148d0dac502b6059f0b370f184cac1 405 0.21/1.00 vMB 40
372,122 372,122 00000000000000000c3c8b132fa0c3dcd9224dc4f80a6f05b92ff16ef3cd77ad 129 0.12/1.00 vMB 17
372,121 372,121 00000000000000000658cfca4f6b81f7dd2ef8e0fa35515bef0bd7cf4f033532 737 0.32/1.00 vMB 43
372,120 372,120 00000000000000000af7e08aeeb0c0d0e735fd8f94e2b51d824e1c3438d311cb 814 0.33/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.66 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: 672.95 GB
    • Received: 16.34 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.