Loading Tool

Explorer IconExplorer

Memory Pool

37,881 transactions
28.04 vMB
0.06733903 BTC
Random Selection Loading Transactions
Max Size: 141.89/200 MB

Candidate Block

Mining Attempt 6af10c2dc519f4aae6e4a8dc8bd9fb3c975e50039ba2f2c6bcaeb4a13fbe5b5e
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root f161d04c1e8dda722997813a4b74501e60435b488fc4c8fda7085f3e7d8c26fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,317
Size: 1.00 vMB
Total Fees: 0.01375531 BTC
Feerates: 150.93 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (736,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,648 177,648 000000000000008f442b53b08ca4781d275c2369d0b572cf4be36c3d95413589 149 0.05/1.00 vMB 528
177,647 177,647 00000000000008513ab7f6f9beb26fedf973b1f8e85abe6788ec6a5698993e44 75 0.03/1.00 vMB 1,040
177,646 177,646 000000000000007f2c567d4bf65bd239daef830c6086009b6c3cb54410fd2e7d 108 0.03/1.00 vMB 12
177,645 177,645 00000000000008b292e665fb22a56c13cc07eb4abe7f78f9275238aa32457f5a 183 0.06/1.00 vMB 474
177,644 177,644 00000000000004e5b21c4af0164659dabd7845cb82d4412a4eab645af9a2111a 47 0.02/1.00 vMB 210
177,643 177,643 00000000000004ea8f45526284d39590190f1025cf0cbc3cbba60a9cd5e356a8 113 0.05/1.00 vMB 196
177,642 177,642 00000000000004ee5993938d63b8a3354f5245521dbd818e5b98a4d825bbec0d 12 0.00/1.00 vMB 35
177,641 177,641 00000000000005eade3e0822be655bb3f3a36a4a66a65e0023661caf40906436 32 0.01/1.00 vMB 67
177,640 177,640 0000000000000accffad75deb14b45606b50b07f7301a10d0fe53482cc4afead 54 0.02/1.00 vMB 133
177,639 177,639 000000000000058c4e41f178e1c520c091cdefc441d038d772b83da88070a97e 28 0.01/1.00 vMB 36
177,638 177,638 00000000000008434a23eb4ac2ed2641a02b83ecdc0743e6c73229d8de0832e4 34 0.01/1.00 vMB 53
177,637 177,637 00000000000008920ac7baa76cfbe0ac6fd72dfb87b4c342ae58f54d94b71404 48 0.02/1.00 vMB 820
177,636 177,636 000000000000008b9f91bcc5dff889bad2a730414d2691e3d0aa7d2ce6a47d2a 93 0.03/1.00 vMB 93
177,635 177,635 00000000000006205483afa2560fdacb7a271d973709b2c542158f66debfe33c 5 0.00/1.00 vMB 51
177,634 177,634 00000000000007e45f73c748ecb1b9cc21935018e1fcff815f9692397abb27fe 156 0.06/1.00 vMB 499
177,633 177,633 00000000000008b7165269cf78ee397eac4585a4c898f5e4c1c4896de4bd67ff 19 0.01/1.00 vMB 152
177,632 177,632 00000000000004fa4e0f2523b1f75109f7609b2596c151d49e93483a22e6b4b5 43 0.02/1.00 vMB 137
177,631 177,631 00000000000009fc80559c46294c206be2fb54133b55d052a8a0ff9bc8918236 104 0.03/1.00 vMB 9
177,630 177,630 000000000000098679bf231c33f14f529e44b8b7721d88b47dde8b00e4ea4ee2 65 0.03/1.00 vMB 96
177,629 177,629 00000000000009b6754715b74cb988ef5c233bc767e15d8d97866569659efe0c 11 0.00/1.00 vMB 53
177,628 177,628 000000000000004506984c9964980ca36e869f3849f7cbbb08d38f423ad60732 229 0.07/1.00 vMB 287
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.12 GB
    • Received: 11.86 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.