Loading Tool

Explorer IconExplorer

Memory Pool

83,041 transactions
31.36 vMB
0.13024666 BTC
Random Selection Loading Transactions
Max Size: 190.09/200 MB

Candidate Block

Mining Attempt ac53b6fae3508e26099a553b965b8a5ad3cb0ed37098744d363bd88fc42aa29a
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root bae67fc90c10921d05a984dc07ba42639ba1c37fbe7c7bb99aca32af5aa382a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,037
Size: 1.00 vMB
Total Fees: 0.04596456 BTC
Feerates: 318.30 > 4.61 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (703,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,301 212,301 000000000000046216ea34a6a9fd9b1f5931f720bde3cc6dc5b3551c73b6c3f2 213 0.09/1.00 vMB 197
212,300 212,300 0000000000000304ef2cc30c6f91ecf416cde67b5a1ec91c93d90466bbd39036 166 0.06/1.00 vMB 195
212,299 212,299 00000000000003829b5a79038948281e8e4e19784d5b76bb4dfd625641d73d2c 26 0.02/1.00 vMB 98
212,298 212,298 000000000000009bfb20f1e27a3617182eeb841be49f6b17e3797498728c4806 207 0.12/1.00 vMB 127
212,297 212,297 00000000000001e57fc303b8d1e89f0a9204b96cc970aaaa351610390c5825e6 160 0.09/1.00 vMB 102
212,296 212,296 00000000000000b1b8012aa384d01ebef52f20d51e6267a0fe3d4169952974dd 616 0.25/1.00 vMB 180
212,295 212,295 00000000000003033bcc2bd135bf6d401df82f5fcc075b1d8834160b44976ef6 19 0.01/1.00 vMB 148
212,294 212,294 00000000000002914a08eec67665ab3e2922fcca61cae11838c4b84730697cf1 420 0.16/1.00 vMB 192
212,293 212,293 000000000000046aa45ec0ce8b7a4bfc088b18bd31ae92e984da4b37de85b34d 262 0.13/1.00 vMB 131
212,292 212,292 000000000000013a4b8cdd5afba7226a76f5cfaa2277c9d5dca004980a9a48cc 151 0.08/1.00 vMB 158
212,291 212,291 000000000000010a5d374e4b731c1b065d9dd5e6d8a756b5d49aa34a37dcef31 468 0.19/1.00 vMB 164
212,290 212,290 00000000000000c75df8711c8ea3f433eff61c100f05dee989f6bcb1aeee4104 645 0.33/1.00 vMB 150
212,289 212,289 0000000000000218c1b89dbd888288e752e40b4f8ce674f4b49a01f6497d18c1 533 0.21/1.00 vMB 226
212,288 212,288 00000000000004bb2f2d22862b43b8c3d2512e61a7003d6b784aa4ef1357755b 73 0.05/1.00 vMB 144
212,287 212,287 000000000000047843416afa6b6b0242ac0e565c74c5b79104da09f92114e26e 135 0.09/1.00 vMB 122
212,286 212,286 00000000000004e06b0f452f40f92aaaa225d8af5b1e0a200a32676e35991210 106 0.06/1.00 vMB 126
212,285 212,285 00000000000000c2da92804b696ea1a4821f619e118e795bd641dd07ed09c685 11 0.00/1.00 vMB 393
212,284 212,284 00000000000002d4fb4f60dc57d997ec06fc9c4a7c7a9140c06f8deff4391877 294 0.13/1.00 vMB 162
212,283 212,283 00000000000004f6ff04d8d3ed22c1ed26921a0ca1f16f174c40a4980d69371e 134 0.08/1.00 vMB 116
212,282 212,282 000000000000041895f0e37de50928a463e920ffa2c09c29f710007e9ba4c4b3 512 0.19/1.00 vMB 208
212,281 212,281 000000000000035a777cad272323b5e0c82d2b7279ea5f6f7fcefd64f22b1595 174 0.10/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 783.08 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: 722.52 GB
    • Received: 18.40 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.