Loading Tool

Explorer IconExplorer

Memory Pool

68,079 transactions
26.50 vMB
0.06166340 BTC
Random Selection Loading Transactions
Max Size: 159.54/200 MB

Candidate Block

Mining Attempt b022561c81883a738340484eed5b64c496ee2848587819afeb67cdc5b8fe8cf5
Version 20000000
Previous Block 00000000000000000001602f397956deea2186fa162e2710330c51891dad609a
Merkle Root 1fa01c09d4df9567d8cca9dc65e6888832df860aac2a1f67211d0c50bc7f0248
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,008
Size: 1.00 vMB
Total Fees: 0.00521774 BTC
Feerates: 40.21 > 0.52 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,571 (803,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,010 112,010 0000000000002623cd97c055f7bce28d2190b38f4a88e0f08b6eefd104707dab 1 0.00/1.00 vMB 0
112,009 112,009 0000000000008b3b7aa7978530f839152bef44bbb210bfe5e9be8ca56d90ceb0 10 0.00/1.00 vMB 3,240
112,008 112,008 0000000000001fb3f0ff9f76b542165b8ccde7bd6152fd808099628594dc6f96 3 0.00/1.00 vMB 0
112,007 112,007 000000000000e3391a6744684c9485848f0dcc4b59588ea508a433b637c2bdba 3 0.00/1.00 vMB 2,074
112,006 112,006 00000000000063e06fafb8f36226c80502db2589afe205e2a0b85a463486efb2 5 0.00/1.00 vMB 0
112,005 112,005 0000000000006e46c3b3dd7a0e7aee1f8a800778db2915f59c01eb6c745b2aff 10 0.00/1.00 vMB 0
112,004 112,004 000000000000e4acb40d714139b7f380aff040e7a1119e91a5f54ed7cc0b2234 12 0.00/1.00 vMB 1,154
112,003 112,003 0000000000003206d0671a8ec92b8fecbcf567eb01dc432986f689d3c4988f44 8 0.00/1.00 vMB 3,878
112,002 112,002 000000000000f64bade25be104f86197c72117a81bc1dbb6b6f2415a41d5a00f 2 0.00/1.00 vMB 3,891
112,001 112,001 000000000001035d056c81d4edbdb2763e40739fd0b2f9cfa06f657299f4f66e 7 0.00/1.00 vMB 3,227
112,000 112,000 0000000000001d69b3899a49f37799c375a7471829953d5470f468f48ff70432 1 0.00/1.00 vMB 0
111,999 111,999 00000000000065e3af34797fe53f6f355c2bf40ac13b27784e6876c0c0788117 2 0.00/1.00 vMB 3,861
111,998 111,998 000000000000eb596a34c7e34fb432e2fb0549ab955777dd580fb7425daecc0e 3 0.00/1.00 vMB 3,883
111,997 111,997 0000000000007d8c1f5ca62273467338cab3af2d16b5e170bbe9635cd050a4bc 5 0.00/1.00 vMB 2,205
111,996 111,996 000000000000857eabc539e0ffb32aa689d37e656bf846856f59b564b63904b9 5 0.00/1.00 vMB 1,937
111,995 111,995 00000000000028f61789b9e388d571924b487fc76014b69f4ac01de0fe078f3c 2 0.00/1.00 vMB 0
111,994 111,994 0000000000010e6429300ebe5e5c4f2e01098a12c7cf62deb54755d5e9c66cfe 2 0.00/1.00 vMB 0
111,993 111,993 00000000000103ac9c3c0fdfb5d01ba876860a5e58f958c358106047a134a85d 2 0.00/1.00 vMB 0
111,992 111,992 000000000000b89714fd2492e3fb0cd908042bbd00dad4127afda4b2b1fe1407 4 0.00/1.00 vMB 0
111,991 111,991 00000000000030d4c3de6cd858636d79be99c41ce81ea5b92c35215496378bda 5 0.00/1.00 vMB 0
111,990 111,990 0000000000004e954a56477451f25c76382c395a0753d124aafadc29e0c458d4 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.38 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: 768.79 GB
    • Received: 19.65 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.