Loading Tool

Explorer IconExplorer

Memory Pool

70,908 transactions
26.75 vMB
0.07470661 BTC
Random Selection Loading Transactions
Max Size: 161.44/200 MB

Candidate Block

Mining Attempt a0f637b1b9b9566e5974f12d2c0763d98b3134bca3f45f5d31bd166b1111bc93
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root 24c3160c44aa5c70e2bd8f281cc5c2fbca80dcb95081f2be277174241d57e522
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01759419 BTC
Feerates: 150.75 > 1.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (813,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,899 101,899 000000000002be2ffac4e916a0d7f7ac397477f035500c985a8a3ccf76efd3c0 14 0.00/1.00 vMB 0
101,898 101,898 000000000002d1871e1095603c335c5b02ee79722107142073f100495ba9449a 14 0.00/1.00 vMB 0
101,897 101,897 000000000003360d6a37e65f526b38da06b6ef99cf0bf4e88e70836f5f958d60 10 0.00/1.00 vMB 0
101,896 101,896 0000000000035e7de3ab0e6462f2bea41f88c9003080bca514820e9805afdfd7 12 0.00/1.00 vMB 211
101,895 101,895 00000000000186cb7e99fecbe3113fa9d23f561bac66ca244eeb85ba0e265efb 8 0.00/1.00 vMB 0
101,894 101,894 0000000000015f42f5fae1bb705f1e541f085cb6123cfd76df5fa22fca4f38fc 3 0.00/1.00 vMB 0
101,893 101,893 0000000000009ec5811f4ee2ad1346d667697b201f66b5ca9fb0462284852536 5 0.00/1.00 vMB 0
101,892 101,892 000000000001ac3117f2dd30bb38a7e2b3c8f393e5e34f12db23f72271abc383 1 0.00/1.00 vMB 0
101,891 101,891 00000000000388fc2043ffe99eb8727b859abf043191d2f53536d1d775d36df1 1 0.00/1.00 vMB 0
101,890 101,890 000000000002e70930b54b0f7c77558edbe750bebfbf0205992c1223ef72d279 6 0.00/1.00 vMB 0
101,889 101,889 000000000001fbaf3dd6239a985062b2c5d2c7a2cc8f727e746467e15d49ddf6 2 0.00/1.00 vMB 0
101,888 101,888 0000000000018fac0dcc6f7dac673d4bd4c86ee73fd6896456f99f4be98a1ed5 4 0.00/1.00 vMB 0
101,887 101,887 00000000000139297da6452a65f2aaa856c1adfb461e7befa5c255b38d3a2267 2 0.00/1.00 vMB 0
101,886 101,886 0000000000024a598781b275840c7e27d26be91dd63366a23f2bf4cb08c58a72 2 0.00/1.00 vMB 0
101,885 101,885 0000000000011898a9fc9da64553ac599772c69ac14e261744c7cb202bdd9131 1 0.00/1.00 vMB 0
101,884 101,884 000000000002ec28c18fdb0435506ccb37799a96e8cca9933efcfb606836c5c1 6 0.00/1.00 vMB 0
101,883 101,883 000000000003220219c171d9ad288833ffc4c9d8e9010d9e6a408a826007d31d 6 0.00/1.00 vMB 0
101,882 101,882 00000000000081757c422a1c259deaa6a6b3f1316b96d9adeebfd9831c1ac701 12 0.00/1.00 vMB 0
101,881 101,881 000000000003e15bdf1d24b72f7e1f2496fed433d7a222422706d31f7a5c65e1 11 0.00/1.00 vMB 0
101,880 101,880 0000000000009d7b3e07e833e9bdeaff4b776eb576fc06a9820f8d19c1a96a41 13 0.00/1.00 vMB 0
101,879 101,879 000000000001851cedfd39058bad53a32a4bc89998be3052c18467020f83ec8b 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.21 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: 755.44 GB
    • Received: 18.95 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.