Loading Tool

Explorer IconExplorer

Memory Pool

79,530 transactions
30.36 vMB
0.08005138 BTC
Random Selection Loading Transactions
Max Size: 184.94/200 MB

Candidate Block

Mining Attempt 19b6e6034109e6f5af502ac41e1da99f503e8efdea5fcd830c16d0a4d25c3db4
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 0df60ca25966aefbb69b6cdde39fe7a356fff637e6f08d02d08b9a8124551331
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.01189097 BTC
Feerates: 40.21 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (443,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,391 471,391 00000000000000000047f0544df0c7e8a9e77cabd45ae9c8ad728746fe55d4d1 2,006 1.00/1.00 vMB 354
471,390 471,390 00000000000000000100781eb1b4fea15eddb7f4510120bfee06dbaf23f3cab2 1,964 1.00/1.00 vMB 336
471,389 471,389 000000000000000000aa2631c6136e47647f99f7b6dd5d31ddf001dd7ede042b 2,345 1.00/1.00 vMB 405
471,388 471,388 00000000000000000154cb85f3a06007be6ae920ab8cde65a45f912b317a2876 2,225 1.00/1.00 vMB 369
471,387 471,387 0000000000000000004804babdfb9354e64639794bd98051dcf7085086e7bcc3 2,272 0.99/1.00 vMB 387
471,386 471,386 0000000000000000010c4673c5bf0d0c1f634150f2af874b5ed18ef19f1ca643 1,887 1.00/1.00 vMB 388
471,385 471,385 0000000000000000001285515ca095abc787af7aa072b09fa1695816f952cf80 1,913 1.00/1.00 vMB 327
471,384 471,384 000000000000000000c9a76137a08484539de71804a6fdbd7541e30bd53584c5 2,473 1.00/1.00 vMB 429
471,383 471,383 000000000000000000d9ec81a311a4297e350d8eb3fe6b0c554f3b9f9e99dfed 2,015 1.00/1.00 vMB 402
471,382 471,382 00000000000000000178d4ed09ce734322b5728060948e5fd26fd4f84f2038f9 2,185 1.00/1.00 vMB 377
471,381 471,381 000000000000000000b8712150a00ec507f21749e0bd36dd7b9e1e61aa2b7c00 2,162 1.00/1.00 vMB 370
471,380 471,380 000000000000000000de4e0fdcd0762dc49b1868f6cdc64ede55ea9d78e68dec 2,765 1.00/1.00 vMB 448
471,379 471,379 0000000000000000019200dee44d2ccea4233106de0b693a96deabc0d77d313c 2,357 1.00/1.00 vMB 215
471,378 471,378 0000000000000000009e4d8900b8bd17740e58acdf31571ba254187bbf999cc5 2,080 0.99/1.00 vMB 173
471,377 471,377 0000000000000000019d1faa38095dc3ab072dee90da7a027364ce80c3018f66 2,531 1.00/1.00 vMB 123
471,376 471,376 0000000000000000013129f2e0d455b590601801eeba0c7cc703d1197d89cf72 1,878 1.00/1.00 vMB 320
471,375 471,375 0000000000000000014d6fbbc9fdc16b1963f47934dc890dc2c3b4e3216fefa0 1,385 1.00/1.00 vMB 301
471,374 471,374 000000000000000001821db775d1742233f1cd88c44716428e0478e8ad91a317 2,430 1.00/1.00 vMB 437
471,373 471,373 00000000000000000027d26bf1a11fee9e3c67b3300d74633666e34fff749aa5 2,509 1.00/1.00 vMB 144
471,372 471,372 000000000000000000b6a104176a8c90fcb2060861a639c24c0edcd5b9453f08 1,418 1.00/1.00 vMB 142
471,371 471,371 00000000000000000076a38181b7bd693944c45775fc2b2811d94ab2d5298e2a 2,323 1.00/1.00 vMB 361
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.