Loading Tool

Explorer IconExplorer

Memory Pool

79,299 transactions
30.10 vMB
0.08458300 BTC
Random Selection Loading Transactions
Max Size: 183.38/200 MB

Candidate Block

Mining Attempt 3f4445f5c6eacdd9084a3595660ff040e2ad45488499a15fca14ca73cc7cd539
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root cf21b7417543a35b2766c288313805da5b246cb404176bdf166840410d9d332d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.01758037 BTC
Feerates: 300.83 > 1.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (426,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,065 489,065 00000000000000000052fccc970fd80a268eeae148270a4be6a2bded7d6ef20c 1,867 1.00/1.00 vMB 122
489,064 489,064 000000000000000000f345d983f602617e263cc87f596bab6e32782e2cab8d35 2,332 1.00/1.00 vMB 155
489,063 489,063 00000000000000000096dea99cd438ee9f4052761659deff4d7d4e0297944a5c 2,606 1.00/1.00 vMB 175
489,062 489,062 000000000000000000a1786c36d5b2a4f7e69ca6d8efdf68501c7cd4d66ad9dd 1,831 1.00/1.00 vMB 69
489,061 489,061 0000000000000000007b0d9376e52891b9d95c836ddeea79050895db11fb1884 2,467 0.97/1.00 vMB 107
489,060 489,060 000000000000000000478729f6a7760d4757541b14434a72eb2e92d0a14be55c 2,119 1.00/1.00 vMB 112
489,059 489,059 000000000000000000edc9377b45d27e2b04cb17771e2b7d601b04e5da1aeae7 2,200 1.00/1.00 vMB 119
489,058 489,058 00000000000000000055a176f301ad4f125542d03e78c5bbb3b129e78b6076ef 889 1.00/1.00 vMB 124
489,057 489,057 0000000000000000006551303c33d2ff0c93eb4212d09907126aacdedef9a66f 2,677 1.00/1.00 vMB 143
489,056 489,056 000000000000000000e8b63e15371848d765904e3bcfee1d0b45a37247fca9c2 2,274 1.00/1.00 vMB 213
489,055 489,055 0000000000000000004eaa79e31535f12f5d3303ee92cda74ddfa89254494961 1,849 0.94/1.00 vMB 52
489,054 489,054 000000000000000000bd559339609d9704157dcddec6a9c568aa802ab6c8b4c6 2,044 1.00/1.00 vMB 143
489,053 489,053 000000000000000000a2a6a917d98c282276810d2b703ae5d785ec821ddc2054 1,936 0.95/1.00 vMB 96
489,052 489,052 0000000000000000006c2a13688a2dc221fdf4790bd32f2fcd804b3b30dec244 2,050 1.00/1.00 vMB 143
489,051 489,051 00000000000000000021bfaae512cf8f73662c99b27ea6e2d6cd87c7186c2853 1,661 0.98/1.00 vMB 168
489,050 489,050 000000000000000000f92dfd6133d2d29743bbf3070c8d8a62397474c46bfd33 460 0.21/1.00 vMB 97
489,049 489,049 000000000000000000e480b645b83a782c1130ddf79ed6ea9014511a4ea8370b 931 0.50/1.00 vMB 79
489,048 489,048 000000000000000000c50a2b6c6d63a45515ed02ede7b79706d80982fa1a1269 1,262 1.00/1.00 vMB 35
489,047 489,047 000000000000000000afd7403a56316b7cd43cf97329aea9c7c0c4233df8a838 2,034 0.99/1.00 vMB 6
489,046 489,046 000000000000000000d090b419a76335dbe7d21b4bf579656cb07b9c7cf1dd65 2,397 1.00/1.00 vMB 29
489,045 489,045 000000000000000000b6f63b52dfcf60e108435ce0651b7368daf482f6f3d09c 1,716 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.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.