Loading Tool

Explorer IconExplorer

Memory Pool

79,031 transactions
29.60 vMB
0.10573739 BTC
Random Selection Loading Transactions
Max Size: 178.19/200 MB

Candidate Block

Mining Attempt 75b67954411525fd26c115062fd8ada8bbd5e692d43d1f58f38b278f9fd127e8
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 9e1374f35a26e6173de79c03057f58cd05b082dc184801bd4e5440e15ced1741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,508
Size: 1.00 vMB
Total Fees: 0.04059287 BTC
Feerates: 164.34 > 4.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (287,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,745 627,745 000000000000000000094c028ade90180117bbfac943102451b9708fa4bb0e09 2,720 1.00/1.00 vMB 32
627,744 627,744 0000000000000000001186f19aa57f95b3fa9fcf0f1b1b6da4940195b643de91 2,949 0.98/1.00 vMB 19
627,743 627,743 00000000000000000007f5e63f3f1d5e71b40d8b2425b0e17431eb8b781c06ea 1,107 0.34/1.00 vMB 17
627,742 627,742 0000000000000000000f5c025e177075f9e4fd732ef26f64424159989c92aaab 2,109 0.70/1.00 vMB 16
627,741 627,741 0000000000000000000b76bd4197598b1d2f8598aa42dd0d1025e9d8c9b1ec8e 496 0.52/1.00 vMB 3
627,740 627,740 0000000000000000000082c1c800455dc7b1532d98350d92d298e99bcb64c40e 957 1.00/1.00 vMB 4
627,739 627,739 0000000000000000000afd9cb126407549e37c09b71e48b92eccc30323fdc530 2,693 1.00/1.00 vMB 9
627,738 627,738 0000000000000000000ddaeef37b5785f51498e65b4d28c7fb96f61e0f5405af 2,748 1.00/1.00 vMB 12
627,737 627,737 00000000000000000009d2513e864a08a47b7c627ccfbc3cc50a6784ee7cdeed 2,152 1.00/1.00 vMB 29
627,736 627,736 0000000000000000000f7b597132c728c1522a55c1cf49250357d1503e4449d1 2,713 1.00/1.00 vMB 22
627,735 627,735 0000000000000000000813ec0d1e93e4fa39cdb4785f64b61d22ea97501a7245 3,011 1.00/1.00 vMB 28
627,734 627,734 0000000000000000000b864dad87f30bb26056f9754b7768f3ccf9ce71800559 2,916 1.00/1.00 vMB 27
627,733 627,733 0000000000000000000c0f33c5ace50af4dc25c734aa2470648df874345c0766 739 0.25/1.00 vMB 22
627,732 627,732 0000000000000000000dbc52d94673ab45b8271c38ec3245f82eb1a55bf10da3 1,491 0.92/1.00 vMB 8
627,731 627,731 00000000000000000004a7daba080cc3cc701469339914a896c4a98d0327f7c9 2,237 1.00/1.00 vMB 4
627,730 627,730 0000000000000000000f7e2310fc82d0a90b952b062864380a87b0e0e70dc29a 2,976 1.00/1.00 vMB 31
627,729 627,729 0000000000000000000f86cb25d6b6dd66d2e6b871168c205e71d3e32ae9bce6 3,037 1.00/1.00 vMB 19
627,728 627,728 0000000000000000001154fafd1519ea443cc924d488d60c10b4eac3107f8425 2,187 1.00/1.00 vMB 14
627,727 627,727 0000000000000000000d022939c46146c035c6dcb0165e7b37ec7c5082bd9a42 1,534 1.00/1.00 vMB 7
627,726 627,726 000000000000000000103be9c6791f71b0c2ff77fdb3c7c09b4ef6966edd0042 2,853 1.00/1.00 vMB 7
627,725 627,725 000000000000000000106bb5b7304d89cfe1e408ed113a480445401bc1af8dcf 2,399 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.