Loading Tool

Explorer IconExplorer

Memory Pool

74,991 transactions
27.66 vMB
0.07520236 BTC
Random Selection Loading Transactions
Max Size: 168.67/200 MB

Candidate Block

Mining Attempt 5dbbdbc914b7b14c0764b573ba5c3a1928b9210b5e4a33346fdc0eb0051c5a1b
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 10e2901b1c8f372ccd5bd46055ded62451daf25982f51774d045960502e6092d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,160
Size: 1.00 vMB
Total Fees: 0.01614156 BTC
Feerates: 100.35 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (465,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
449,924 449,924 0000000000000000018e9a81410f5ac8bd36e71b8e1dc6176a3890e82381164b 2,349 1.00/1.00 vMB 98
449,923 449,923 0000000000000000019cbb0180779be0f8f53715646b5e8fdd79d29b57001ad1 2,324 1.00/1.00 vMB 95
449,922 449,922 00000000000000000157749315f5c29648a76ed3f39c483919a826e649e05f48 2,157 1.00/1.00 vMB 138
449,921 449,921 000000000000000001ab6832942d8b5e923a6fb34ac5c3766b69e730ed71d1e4 2,783 1.00/1.00 vMB 97
449,920 449,920 000000000000000000a3389c4cbd88ab584f5a51db75670f7efe025052eb22d7 1,784 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.89 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.51 GB
    • Received: 17.38 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.