Loading Tool

Explorer IconExplorer

Memory Pool

72,461 transactions
28.04 vMB
0.06818464 BTC
Random Selection Loading Transactions
Max Size: 166.00/200 MB

Candidate Block

Mining Attempt 4b5be54a1e4b6e218f93b647c98311db553f83f21cfa1ebb42a8fd8f5a30dc5a
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 616b3417d4f469548a1202d3f0c31caa686d00f7027e3634a0595392fe5eb12b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,633
Size: 1.00 vMB
Total Fees: 0.01221884 BTC
Feerates: 157.46 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (99,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,963 815,963 00000000000000000000254d27cd036219ddbac32f93d20a51fae6c0354062c6 4,410 1.00/1.00 vMB 167
815,962 815,962 000000000000000000037bdc24fee1a32beff425a87bec9ad1c0fa6a86ca9966 4,642 1.00/1.00 vMB 154
815,961 815,961 0000000000000000000330cbddf40b665ec8c621bdc95e644a2bc47694b11452 4,716 1.00/1.00 vMB 164
815,960 815,960 0000000000000000000404cd9929903d81d02ee40f2f57e53bc57c9f2d8f67ae 4,742 1.00/1.00 vMB 151
815,959 815,959 00000000000000000000712803f80ffe8bd0bcab4d7595ff78e037d81f5979d1 4,317 1.00/1.00 vMB 172
815,958 815,958 00000000000000000003ad00dffe4055cb3962a1921cebfd45e5a27c6b9056fa 4,915 1.00/1.00 vMB 176
815,957 815,957 00000000000000000002ce8ace2cc200ec7ca27f8671452378958da7f6a3dc70 3,511 1.00/1.00 vMB 170
815,956 815,956 00000000000000000004486c2b3b5326b7e886a8431157bd0a7dff73bb194d1c 5,495 1.00/1.00 vMB 169
815,955 815,955 00000000000000000000737311b0664f9ceb938cdf0aca77df89e6357727f16f 3,735 1.00/1.00 vMB 195
815,954 815,954 00000000000000000001a4234f443118da8a98e7da932f45f83e033af69baa8c 4,989 1.00/1.00 vMB 160
815,953 815,953 000000000000000000011d6777823cad0f39bc7a6cd86d26ee853eca901af735 3,985 1.00/1.00 vMB 167
815,952 815,952 000000000000000000010f39364cf5fd80633e7a52ec560e2e0fe670f5c31a49 3,233 1.00/1.00 vMB 121
815,951 815,951 000000000000000000011381a87372d21558002061fe8310411cc402d51f5616 5,508 1.00/1.00 vMB 167
815,950 815,950 00000000000000000003911cf8073c08584ec152e8aec102726b9aa1798e931b 4,244 1.00/1.00 vMB 175
815,949 815,949 00000000000000000001a13fdb3f064d9215ffbd1da014d2e8a34dbdd57fd94f 4,295 1.00/1.00 vMB 194
815,948 815,948 00000000000000000002b4d4132a023a9cf99e1e5b33a14ced1a73b2de61d7f8 6,059 1.00/1.00 vMB 152
815,947 815,947 000000000000000000036167561ff63a35dbe6c21be1217f8a45173a0f39de5a 4,629 1.00/1.00 vMB 174
815,946 815,946 00000000000000000004479b2b0b9e2a21f901452015a7fce5e58446e5a51f3a 4,129 1.00/1.00 vMB 162
815,945 815,945 0000000000000000000084c75b0b0bc3376b4e00ca716c0e1f45c34569759a5e 3,500 1.00/1.00 vMB 212
815,944 815,944 000000000000000000027c48bbdec096a0e99a43905f1998ef4575f5f98fba02 4,673 1.00/1.00 vMB 163
815,943 815,943 000000000000000000044b8d8af33b2cd0ed77228837e69ac6c67a511e328ea9 4,742 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.