Loading Tool

Explorer IconExplorer

Memory Pool

42,455 transactions
26.91 vMB
0.06070106 BTC
Random Selection Loading Transactions
Max Size: 141.38/200 MB

Candidate Block

Mining Attempt df20b22d1c521426731b15a4a6d761d5c75f95b103588b0bb0da3b73e7c7fa12
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 28e9838b8be895db77ec056b911f3270067f9b54387c4ae521133484f80e7b37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.01077851 BTC
Feerates: 103.41 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (380,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,306 534,306 00000000000000000011b4f3ba958167ad290eda295b0015fee1943166916b49 73 0.03/1.00 vMB 13
534,305 534,305 000000000000000000162ce2b094c8345d87d6bfbe9aefcfd8a53c903a858a33 573 0.22/1.00 vMB 34
534,304 534,304 00000000000000000013779aa866513b0287dc3de5088bf7b3d541276f9b6d3f 1,602 0.96/1.00 vMB 15
534,303 534,303 0000000000000000001bc01bfa3cb88e4118986698c43dca794411b9facc88ad 1,633 1.00/1.00 vMB 3
534,302 534,302 00000000000000000005ae1ea49352a3c464e74022fe82679118663f62409258 2,683 1.00/1.00 vMB 12
534,301 534,301 00000000000000000005dc2fb30d9f89c5ad8bba676468f877d6c4b4cd33fe13 2,060 1.00/1.00 vMB 8
534,300 534,300 00000000000000000015c58f3d3daa90e551db57d6446c99de4c608dc72d6ced 2,282 1.00/1.00 vMB 54
534,299 534,299 0000000000000000001c426f074098de029bf2158126b43c7670bc0d08a93454 373 0.17/1.00 vMB 17
534,298 534,298 000000000000000000255e89f0ba881120e65fe9f756de93a3e18a07ee03f4cf 906 0.40/1.00 vMB 11
534,297 534,297 00000000000000000006bfe5b13e10208b499cdc4e3051b310291b98ba02b34f 224 0.12/1.00 vMB 9
534,296 534,296 00000000000000000004735bff3002add6778ac9c8ca993c4cad5dc11ebeff35 1,307 0.68/1.00 vMB 5
534,295 534,295 00000000000000000027389eca9fbd8c7f61df10aedd362e1be85f86d7bb19aa 3,023 1.00/1.00 vMB 22
534,294 534,294 0000000000000000001cbd333efc62f8bfea6d8058f8d0b1921726feae4a46b7 1,716 0.82/1.00 vMB 18
534,293 534,293 00000000000000000009af9c13b011bf7e8ef5f69a7d04dc9f29781971a7d2a3 1,423 0.67/1.00 vMB 14
534,292 534,292 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 182 0.42/1.00 vMB 1
534,291 534,291 000000000000000000205282d1d15b4d0d483838039c63d7ed46870eb6cf41fb 2,604 1.00/1.00 vMB 7
534,290 534,290 0000000000000000002dbded3e9bc02a11760de1a2bbcf646d8ca32ab4342afb 1,835 1.00/1.00 vMB 36
534,289 534,289 0000000000000000002347a3dd03d53272623eb0987fab98ac9edf6773f2301d 1,812 0.75/1.00 vMB 14
534,288 534,288 0000000000000000001a4bd82685b4d3c56a7f6f77598d74e362c112d653b114 97 0.03/1.00 vMB 16
534,287 534,287 00000000000000000010e96601f5fe72db8f4af0a3c6d06d3bd7db010d3654d4 1,072 0.47/1.00 vMB 15
534,286 534,286 0000000000000000000b4dd9e07f1c4e2fe468256dee500331a95875b5b44163 585 0.23/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.