Loading Tool

Explorer IconExplorer

Memory Pool

66,954 transactions
25.73 vMB
0.05880595 BTC
Random Selection Loading Transactions
Max Size: 154.64/200 MB

Candidate Block

Mining Attempt 2ea1f1c924daf8945676c32d7b5919ecab1c04cb800d01a74be6ee06ffb73658
Version 20000000
Previous Block 00000000000000000000ee89f6cbc66563560e1f6a0cc9c02c7b6ce602d4ff0a
Merkle Root 4705c4068264f18b5ed3b8f348acc07885eb5100aeadc2894084a0ba9f7301aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 700
Size: 1.00 vMB
Total Fees: 0.00448968 BTC
Feerates: 12.82 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,531 (716,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
198,932 198,932 0000000000000547e87150e208b1fbc317435d771568119386f3f611ae268afd 195 0.08/1.00 vMB 164
198,931 198,931 000000000000052f8712b1e4a628a5a8e890bcd9c5d188020f758d243f2c40db 296 0.12/1.00 vMB 304
198,930 198,930 00000000000001b1fee829df6ce375d51e0cd052d501c813c7913d2074892377 270 0.11/1.00 vMB 116
198,929 198,929 000000000000003be28cc302f67152604545d33205d5f0119ee8007efbf22fa1 256 0.11/1.00 vMB 12
198,928 198,928 0000000000000273514c0d8b9d520687ba73fb24ff3bdf6de838cf4a8620b9b5 131 0.06/1.00 vMB 99
198,927 198,927 0000000000000367256b4571ef82dc2f7e1a203132125b9fb6940a1d71c6dbf2 135 0.05/1.00 vMB 100
198,926 198,926 000000000000049da6fb139ef93d89d2c2488add0a22677df6ea114371ea7f2c 61 0.03/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 783.32 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: 767.26 GB
    • Received: 19.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.