Loading Tool

Explorer IconExplorer

Memory Pool

44,369 transactions
20.23 vMB
0.06370488 BTC
Random Selection Loading Transactions
Max Size: 114.42/200 MB

Candidate Block

Mining Attempt 797f6db1b87c491a663519e0bf2a1674c47b52b514486fcd92712b0748d47d8c
Version 20000000
Previous Block 00000000000000000002011e6ba772050866aa3f6b3ae07ef25ad216bee5a454
Merkle Root ca47f8c2ff82d6e351bfe7606c829409d47d9dc3bc520654a499f40e76827c8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,827
Size: 1.00 vMB
Total Fees: 0.02391274 BTC
Feerates: 302.27 > 2.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,956 (740,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,097 173,097 0000000000000ae3c037645d69af0fd72260cc3367706681a89d8dcf8383d8b4 1 0.00/1.00 vMB 0
173,096 173,096 000000000000074c7a2f792b9985d2b039377df008a7ef97970e9861420b0d9a 12 0.01/1.00 vMB 211
173,095 173,095 000000000000081f0e1f5b66e2063ebebc65ed097ac14eaa7d0db5f16c4883df 70 0.02/1.00 vMB 144
173,094 173,094 000000000000084a69351dd035c8c5917e2b8eef8df02f3f0c4be61fcde7c636 10 0.00/1.00 vMB 0
173,093 173,093 0000000000000a61c137606a3915ffa4c23ab677360d33314a2b8f18f271fd5a 20 0.01/1.00 vMB 183
173,092 173,092 00000000000008920b4306c8aa88e0794b3cbe2e2b5582c6bcb42b6c5ae9a4f9 11 0.00/1.00 vMB 35
173,091 173,091 000000000000057f27095bc8504b3f75a51bad681c93916e742d4e2fe1a21cef 22 0.01/1.00 vMB 53
173,090 173,090 0000000000000070216bbe10b0077f11aaf381739def06b98ba031712778df13 48 0.02/1.00 vMB 187
173,089 173,089 00000000000000c529f6823fd7827918ecf825ec99883bf4a6cde67def848aa3 15 0.01/1.00 vMB 29
173,088 173,088 0000000000000a5761f8ae74fa2f44d992e2985e1fca83e9a9cc57c1f93b5f1d 7 0.00/1.00 vMB 134
173,087 173,087 000000000000069cabca052ec50628fd3b7f080a5f8017a47bff4ba7def4312d 61 0.02/1.00 vMB 118
173,086 173,086 00000000000007be22701bf661fb73928d6feffd78b83716917aa2b37faa5761 37 0.02/1.00 vMB 20
173,085 173,085 000000000000094936f69e38d3e02ae43bfde264b20db59feb304b0992a71253 105 0.06/1.00 vMB 139
173,084 173,084 00000000000001f5bae0275b3fbeb343ec7fde2442ef5dd16ee92a03d886e0c2 134 0.04/1.00 vMB 88
173,083 173,083 00000000000003f05366c7ca01e88f37c6c675a038e7d8521697cbb72671c79c 1 0.00/1.00 vMB 0
173,082 173,082 000000000000062ff6e1cc0cf844dd77acb3c616489f221d94d85cf9e1bc3c7f 5 0.00/1.00 vMB 103
173,081 173,081 000000000000077eecf0b43b5306af691cc68da94f37405ca1e3662b0561db18 8 0.00/1.00 vMB 116
173,080 173,080 00000000000000986e1df06cedf8343cf8feba4313d704faa61ff13c998a96ca 49 0.02/1.00 vMB 133
173,079 173,079 000000000000049afeb00687d41c90935824e4e8420e35b8dcec765d76bec8ad 1 0.00/1.00 vMB 0
173,078 173,078 00000000000001a03e14ddd1e6d0066a33a57de57c452cfcfb4c5a9ebc7788d4 31 0.01/1.00 vMB 60
173,077 173,077 000000000000039602203db1a5c9d535fef4c7ce0a3da889e01af52c3c58725b 16 0.01/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 780.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.47 GB
    • Received: 5.91 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.