Loading Tool

Explorer IconExplorer

Memory Pool

75,073 transactions
27.81 vMB
0.07866596 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt c905d378fc7598868e46a1ca4257cd6a7f2c4e07facf8602643ad8c06d898977
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 60dffc15ca0563b05787f0ac69e5e479b244a50a60038281bd8bea0a48fd735f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,174
Size: 1.00 vMB
Total Fees: 0.01899185 BTC
Feerates: 472.31 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (577,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,053 338,053 000000000000000008aa3040afbb992903fec23eb0aae1e480e4163dd3e84fe6 516 0.26/1.00 vMB 27
338,052 338,052 00000000000000000a193d80f8db7dfe31e6843f0cc27f00d211a01a7b6d8e66 500 0.25/1.00 vMB 26
338,051 338,051 00000000000000000dfdadf88e044dc4dde792867ab96d43668f376116271855 171 0.10/1.00 vMB 18
338,050 338,050 0000000000000000058b9aca03086f3eac809dd1ece919c3f3a6552100d64f73 1,208 0.70/1.00 vMB 26
338,049 338,049 00000000000000000d1a91caf77719adcf94db4ae3cad471006b5bd336832137 101 0.06/1.00 vMB 29
338,048 338,048 00000000000000000fe8a7c845411264e57ead2ac86c7dbec55a5640ddf84b72 1,498 0.74/1.00 vMB 25
338,047 338,047 00000000000000000068b5171860727c358629ec7e2ab2b1371597320cbd674e 1,374 0.83/1.00 vMB 27
338,046 338,046 000000000000000010ae11cd974571f1d2a478f43c1e60986a754d1cfa3dcbda 493 0.35/1.00 vMB 18
338,045 338,045 00000000000000000dc56eb4f2cba2e83438b295e72aa226891650837c82fedb 77 0.06/1.00 vMB 11
338,044 338,044 000000000000000016f4b170d30f7e945070ada86db2ac1acd90449dec241a32 381 0.26/1.00 vMB 15
338,043 338,043 000000000000000018ca8e8bb022bfde827da9ba0ff83c650f82cd89c17007c4 310 0.37/1.00 vMB 15
338,042 338,042 00000000000000001ad3044921055857a348fa143de6cb94a6dc2e4035102100 32 0.03/1.00 vMB 15
338,041 338,041 00000000000000001961aebab0608488fb143ca38fd52e7b4a2237651dee2cf2 1,857 0.75/1.00 vMB 53
338,040 338,040 00000000000000000873092a918d43e24810ce9d994d80ffd24323c853dbe01d 99 0.05/1.00 vMB 16
338,039 338,039 00000000000000000ebd8b8e91116700aaf6fce700e9728dd03a36b0e29817c2 523 0.44/1.00 vMB 22
338,038 338,038 000000000000000001b83ac510945b5717652f76390e64c1d7bab9bc79778304 449 0.30/1.00 vMB 25
338,037 338,037 0000000000000000179488efd69f2deebd971c0c55ca817d6b5a73fe642f93c2 698 0.36/1.00 vMB 28
338,036 338,036 000000000000000010e2b2349baada443111f75ce78719ae0dd9478009732323 778 0.47/1.00 vMB 24
338,035 338,035 00000000000000000d44503b9252acc3e46f79257344b0a8342bd450c4785697 822 0.48/1.00 vMB 25
338,034 338,034 000000000000000007ee0bfd94518c2be3bbde8a4783339107368b432d67fb6d 401 0.15/1.00 vMB 37
338,033 338,033 000000000000000012352fdd6b99499288bb06ea22bb1d6890f3fca6fa6ae467 143 0.09/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.90 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.55 GB
    • Received: 17.39 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.