Loading Tool

Explorer IconExplorer

Memory Pool

68,355 transactions
26.12 vMB
0.06595418 BTC
Random Selection Loading Transactions
Max Size: 157.02/200 MB

Candidate Block

Mining Attempt 8791e7d717c62647ecab0af436a36ccece625d2f6e36242f3ee097ba416ca39f
Version 20000000
Previous Block 00000000000000000001b0e0aafded17d40d0301555708772335f2f5e87d97c7
Merkle Root 524931553956cdc8f8009924d81c1da50b7c92bde262a271de887940e444b1d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,475
Size: 1.00 vMB
Total Fees: 0.01044780 BTC
Feerates: 72.16 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,502 (716,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,953 198,953 000000000000049fcbc747878f605ac27f31a310aad9b4c4e7fa9061e7a98921 117 0.05/1.00 vMB 87
198,952 198,952 000000000000029fdc4849c4f899d3b70af3484e1e041a36ff98b12f373a33d6 125 0.05/1.00 vMB 64
198,951 198,951 00000000000006325581dcdab8e75e3f1b5d494f00743797ddb5943e4d174275 235 0.10/1.00 vMB 120
198,950 198,950 000000000000062a90d6545a857a12473580d0e26a75d9f16340096b9f24488b 429 0.16/1.00 vMB 133
198,949 198,949 0000000000000418f3be997cd5d61c7fe67b86bfff56e0eb5f56ae34bef9d61d 250 0.11/1.00 vMB 134
198,948 198,948 000000000000049bd7c8aebf91efc907c880a35c05b7861b4eab3fc09655bb05 171 0.05/1.00 vMB 91
198,947 198,947 000000000000036765bbae8c3241779f5c0768261bd32a6067761e7cf19469b5 13 0.00/1.00 vMB 34
198,946 198,946 00000000000001a829366ddb98f5d7d1fadf222608bfc3f9e03f5e56e8b33e65 474 0.21/1.00 vMB 141
198,945 198,945 00000000000005b4f39775f407c3262465dfb58925f275578f7e47603ef5738a 118 0.05/1.00 vMB 258
198,944 198,944 000000000000007d3d0a42d74c895264314b785d0935abb4b1d9b2866bb34a6b 384 0.17/1.00 vMB 118
198,943 198,943 0000000000000548c852051a74c24ef53a17b2ae5f85e5a3cbb3de1a65d1ca84 191 0.09/1.00 vMB 109
198,942 198,942 00000000000001ffa5af7373cad3aa611affb49208075676ba833079bd64cbd8 489 0.24/1.00 vMB 117
198,941 198,941 000000000000018354479bc64c0f3addaab7fb476f2bbf411f375462a4da1d9f 130 0.05/1.00 vMB 138
198,940 198,940 000000000000011dfd8589bc1c9210fd781d4b6c7b8d1b7e17f6a4baab8023f8 9 0.00/1.00 vMB 182
198,939 198,939 00000000000003bab8137dd308b9ffbef3a19c61f448a7737dbdd88d8c4fa925 122 0.05/1.00 vMB 147
198,938 198,938 00000000000002a3cc3fef96747dd1e33db91a998b8082bac1ec7a6bdfc22fa6 70 0.03/1.00 vMB 118
198,937 198,937 00000000000001c38b9278d9badcc24819d0d5f0313364fa49aec15438b815e2 229 0.10/1.00 vMB 232
198,936 198,936 00000000000001af450d6f0d68f20c4b39669d9a89c1e22372aeefaecfc4a1b0 218 0.11/1.00 vMB 104
198,935 198,935 0000000000000309df1ed6bb2969edfc0302ef336de179828240d75f6abe88dd 476 0.20/1.00 vMB 65
198,934 198,934 0000000000000412e461fbee80b17eacefb922f3d8a3a5eb614b20d0401d58e5 200 0.11/1.00 vMB 87
198,933 198,933 000000000000007a4febd82686a1cf88f30a4ff3b68049c5a82839a6c9e5fd73 54 0.02/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 783.27 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: 764.34 GB
    • Received: 19.20 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.