Loading Tool

Explorer IconExplorer

Memory Pool

77,903 transactions
29.42 vMB
0.10378906 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 87283155ee7b7b59eb11823efe222e521c5024403f194fb3ca20024c6f65735d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 4addfd3b2890769237e4ad387130677e4a42335a4bcb9ac6f85e5c3a61db6a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.02833828 BTC
Feerates: 151.12 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (465,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,945 449,945 000000000000000000da9c2dc7bd739ff4ed81a1838b3eee75214dbe14b0cd37 1,595 1.00/1.00 vMB 72
449,944 449,944 0000000000000000028eecaeb1a0fb290cb47334e86b0825edb7e8b43b1a375a 2,096 1.00/1.00 vMB 89
449,943 449,943 00000000000000000160a97d2c97c400a2df7b41ff2a3dd6f41ffa92ede9b374 2,655 1.00/1.00 vMB 89
449,942 449,942 0000000000000000005dd6e8155848926bed35bd6300d7c6db6393826c5f0585 2,584 1.00/1.00 vMB 101
449,941 449,941 00000000000000000160a1ed7b0f9c9a7a0d37057c50e59187cd5fa95d5e8e27 2,604 1.00/1.00 vMB 69
449,940 449,940 0000000000000000019053bf0803ee8b15aba2da74147ff79ac537097ae24226 1,767 1.00/1.00 vMB 82
449,939 449,939 000000000000000001c8e2647233b326742fd7a37ec82cea2a4fea7e2f20dc9e 2,038 1.00/1.00 vMB 117
449,938 449,938 0000000000000000002de5911acb0ddd1177906d643f2238bb4d4f4b598b2316 2,017 1.00/1.00 vMB 131
449,937 449,937 00000000000000000220ce03598b9669e01988d51311f59aa01920860124c872 2,223 1.00/1.00 vMB 65
449,936 449,936 0000000000000000018805fa1b8ea65903d6e3480f5dda7d0fc030e5fc8b6c19 2,152 1.00/1.00 vMB 69
449,935 449,935 0000000000000000023d744403e760f165ebd55c247e07425eb4a130f89d2fe3 2,589 1.00/1.00 vMB 68
449,934 449,934 000000000000000001828a9d937c48b3b1609bba5c82833c1d62a11ea7ef48c3 2,931 1.00/1.00 vMB 75
449,933 449,933 000000000000000000ee486b7c6d930c3f3470cd653a4dee36f66a3b28f54ea3 2,635 1.00/1.00 vMB 74
449,932 449,932 000000000000000002c3fc452e758456b74b7a7ea576e2aa74fb71e488737042 1,478 1.00/1.00 vMB 69
449,931 449,931 00000000000000000023f5c4393302815ee9a35f82df1323540f63cce750bac5 2,707 1.00/1.00 vMB 68
449,930 449,930 000000000000000000ef82b40225f5574004dd9958fc4ac78182cebad867c382 2,653 1.00/1.00 vMB 107
449,929 449,929 000000000000000001e7291ff671742a8a62caa50f2b87543a88baa64763b587 1,943 1.00/1.00 vMB 98
449,928 449,928 00000000000000000227961e5e0b739ca181de19edbb160866a05c5b8ea8c2ed 1,385 1.00/1.00 vMB 143
449,927 449,927 000000000000000002a62fa5bcc4a16975a819a2b031082446c7e91a36631ad0 2,585 1.00/1.00 vMB 90
449,926 449,926 0000000000000000027970a97b5082723797eeb2a34bdeb01ae90ad9818dc939 2,448 1.00/1.00 vMB 125
449,925 449,925 00000000000000000228be83c23487fe341a389e164cf890defe9e65a3a421b0 2,300 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.