Loading Tool

Explorer IconExplorer

Memory Pool

84,558 transactions
32.08 vMB
0.11225253 BTC
Random Selection Loading Transactions
Max Size: 194.39/200 MB

Candidate Block

Mining Attempt 15a51bf45c0f72818db4d3a2fdbf7583ecd4b1ee3b5b930d9a13acbbbe6805fa
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 5df67a825a89002a62a555ccf5f4eecb680f3a3cee4578ee15fb0d039e8b9a74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.03946443 BTC
Feerates: 351.58 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (574,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,052 341,052 000000000000000016b7b721a9162b10c702229093d47b0a5b6b52d17c921390 535 0.27/1.00 vMB 26
341,051 341,051 000000000000000007257bf42fca546d0eade8c076d7de74d6fa08a1faee4b7f 509 0.24/1.00 vMB 25
341,050 341,050 000000000000000009ff98f65c38f3ace2bdc49a843e7cc91c74e4c99a3623c6 883 0.44/1.00 vMB 23
341,049 341,049 0000000000000000187faf9c3f35f27509bb1c221bdda4871927fd8ac6a27f49 1,827 0.90/1.00 vMB 29
341,048 341,048 000000000000000008e79ca8e0ed712563115d435ca1aaf3201b7189db8d165e 1,128 0.68/1.00 vMB 23
341,047 341,047 0000000000000000049cf7ae6e1ae2c4f303ffabe6f73f49f310bab2c438d2f8 64 0.02/1.00 vMB 34
341,046 341,046 000000000000000004b6c06af6636f9048beb96ede2eb9f12c851d2cf024e777 29 0.01/1.00 vMB 15
341,045 341,045 000000000000000008af467261af76ae4d9e7631be8b145556b97cb38bb0593f 703 0.52/1.00 vMB 22
341,044 341,044 000000000000000018a08e3807f0df0213270871932e55ce3e1c00c57cf799f8 828 0.42/1.00 vMB 26
341,043 341,043 00000000000000000f8dcdccbbedcc51ca311e6a5b6cf73fbe00ad29ec1e6ef9 474 0.27/1.00 vMB 22
341,042 341,042 000000000000000011e1dd498cf02620eb329f0438f614ea4bf52b5b7030d5c8 898 0.49/1.00 vMB 25
341,041 341,041 00000000000000001304016d73615111cc3b7001e665825be0bae60d876345c6 1,645 0.96/1.00 vMB 24
341,040 341,040 000000000000000015d97d229c2c10bdc3e57a73461ccb7bde4d1f1aa09ea707 128 0.08/1.00 vMB 19
341,039 341,039 0000000000000000098ccb4653ccf7b262c658e6c783f9d55f61704fe624ef4a 207 0.11/1.00 vMB 25
341,038 341,038 00000000000000001a9c0e64792959ea94290f2923b9256aa887ff60cc90e3a6 245 0.17/1.00 vMB 22
341,037 341,037 000000000000000015369232df427c78eb7b0eca51d01554d13804c7452d6f38 1,479 0.73/1.00 vMB 25
341,036 341,036 00000000000000000a8a28692f5738dc9f71da3f5e57bfc785ce5d6249d7391f 876 0.53/1.00 vMB 20
341,035 341,035 000000000000000017dffd7f818ea3a8e528f1cdba0ee3fc12d4ace2b4385e64 833 0.31/1.00 vMB 59
341,034 341,034 00000000000000000259ea22ed6ec3d4f934a5c6fd820b17063b253109e2a901 54 0.07/1.00 vMB 10
341,033 341,033 0000000000000000044834a05d92a7e04fc64711dd88950ee83c2eeb477e2df3 513 0.21/1.00 vMB 33
341,032 341,032 00000000000000001603a807375eb0c1dcc110f185a740caa76b9b8b2ae14fce 48 0.05/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.75 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: 708.67 GB
    • Received: 16.75 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.