Loading Tool

Explorer IconExplorer

Memory Pool

77,339 transactions
28.40 vMB
0.08131240 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt c794ce5c73a6e0740ff6cc58e711e0a3b30c821e366a18734da685391d366092
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 73ff027afa19495b2010f6adf7741f5c6e837714be746499c50f2499954f37d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.01791184 BTC
Feerates: 84.47 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (138,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,889 776,889 000000000000000000051171bc66c2495a323e9b3c0b66d9f5c828e2060e4721 3,624 1.00/1.00 vMB 28
776,888 776,888 000000000000000000072757154a26c73577b2efce4eede2a8c859b94adb5f3f 2,232 1.00/1.00 vMB 36
776,887 776,887 0000000000000000000102f05460fba045997621d4a6cb85fb15ccef9d63e26d 3,048 1.00/1.00 vMB 39
776,886 776,886 0000000000000000000410a5d224254bccb57bc76f3c905826806a928388cf81 3,767 1.00/1.00 vMB 23
776,885 776,885 000000000000000000016e4994b75b2415acd35275abd1426a137b37a2b151a1 3,172 1.00/1.00 vMB 36
776,884 776,884 0000000000000000000146d194787e2351c8569a24a6d36f84ca5d3f3fbbafbb 446 1.00/1.00 vMB 57
776,883 776,883 0000000000000000000438df4df17f480e98822a42889f34903836684ef8d051 2,649 1.00/1.00 vMB 22
776,882 776,882 000000000000000000061e4c756892a108d893b395326fe87a52b8b1b7892b60 3,435 1.00/1.00 vMB 34
776,881 776,881 000000000000000000003bd3cb6f0c27b8b2d0722e954bb8bb6ac0180bda30be 2,446 1.00/1.00 vMB 32
776,880 776,880 0000000000000000000312c9131a00e7e9fa5f73f65c01e4d433ff022817fd64 1,236 1.00/1.00 vMB 18
776,879 776,879 00000000000000000003ac16b662d5085928f254a3ceb0283c56528aff739a2d 3,575 1.00/1.00 vMB 19
776,878 776,878 0000000000000000000260be5d0d4a982e39ca6aff43026c286e6864c753b983 3,341 1.00/1.00 vMB 32
776,877 776,877 000000000000000000034800e439f1b9896c01b72f4dcda0d7328afa71ac0459 2,687 1.00/1.00 vMB 19
776,876 776,876 000000000000000000005fff275b8e6d750d0e3c516e71ab9b75bde516ba154d 3,339 1.00/1.00 vMB 31
776,875 776,875 00000000000000000006a5e69ac7f936cf9a56361a708d73842e28dff2e0f6fc 563 1.00/1.00 vMB 15
776,874 776,874 00000000000000000002467f1bbec90eec82a53d1690a6a79d4d181e195665f0 1,029 1.00/1.00 vMB 17
776,873 776,873 000000000000000000023310ee66cd5a7304196192a7acf3c9fd380355fffba5 1,955 1.00/1.00 vMB 16
776,872 776,872 000000000000000000061d7e09b888d8bba59428dac6ceab2ae14a0f512043e4 3,541 1.00/1.00 vMB 29
776,871 776,871 000000000000000000065dfcc2483a3d70d19f9c22f9d5d6c0540f39e3a2ff02 2,406 1.00/1.00 vMB 23
776,870 776,870 000000000000000000027d7635d2c6eb4086c74598d189f13fb43d3588c82f12 2,686 1.00/1.00 vMB 25
776,869 776,869 0000000000000000000146c5edd9152e33a70cb81182e2dc52885c9988efc86a 1,567 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.