Loading Tool

Explorer IconExplorer

Memory Pool

71,727 transactions
27.77 vMB
0.06005412 BTC
Random Selection Loading Transactions
Max Size: 164.65/200 MB

Candidate Block

Mining Attempt b26681b4aaeb8d31fb0237d7113cb6b707c30328df82e3ff643af08c040a269c
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 7754328400c42ede03fc029d5e105dba9d14a2dbe8a476655f19f0d6012d2e29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,796
Size: 1.00 vMB
Total Fees: 0.00476930 BTC
Feerates: 21.55 > 0.48 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (549,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,720 365,720 00000000000000000bce48c20ab38104418c10b872dca7afce5af7bf5175a876 927 0.53/1.00 vMB 31
365,719 365,719 00000000000000000570323d77129da5f135f04eed95ffb3f7ec0107aeeedd43 1,729 1.00/1.00 vMB 42
365,718 365,718 000000000000000010a0d678037ed1faf397423a893a3882ecda97cc6f45b5fe 1,682 0.75/1.00 vMB 45
365,717 365,717 00000000000000001546c18be61067defe956f9045392c46f834ebf3e577aef9 2,052 0.75/1.00 vMB 63
365,716 365,716 000000000000000013d7f3e3c0309a80874105442cf63745f2b8a9018c3235ca 1,292 0.93/1.00 vMB 24
365,715 365,715 0000000000000000058a92e706c8e80ca6bef42f9e37d1b9bb1c39c0d2aa075b 1,415 0.75/1.00 vMB 41
365,714 365,714 000000000000000012aeb1c5caff9635d1488c821d9e90e09eb2ca98981fd8c0 1,057 0.65/1.00 vMB 37
365,713 365,713 0000000000000000056fd6f9cc44695c868acb778068ccf2d43a3bbf1979aa7e 541 0.93/1.00 vMB 7
365,712 365,712 0000000000000000127b3fcec055dfe18c20c19581cf55403a55cb49edfed66f 646 1.00/1.00 vMB 7
365,711 365,711 00000000000000000287a4063cfd75d9cf129b2f8bc2436ea6360cad99fa26c1 1,140 0.93/1.00 vMB 22
365,710 365,710 000000000000000012635252cd3c99fd535ae87ec44f364cbf7fb81518749f3d 889 0.37/1.00 vMB 46
365,709 365,709 00000000000000000f48fb7d18cc4d63ac8e9d3f556b70adb3e4cc18f5a18a63 411 0.95/1.00 vMB 5
365,708 365,708 0000000000000000031f7c5cd9b6950c9a77de85d9805aabb1356551eba26b08 777 0.95/1.00 vMB 15
365,707 365,707 00000000000000000a68b850efd99e8c4d27d78699c572ff9a8baf2fdad59fa8 622 0.93/1.00 vMB 13
365,706 365,706 000000000000000000f94992c31188c96050e26be148f7db4e7be5da072f276f 1,269 0.67/1.00 vMB 42
365,705 365,705 0000000000000000023a5892d0086517b39e03d6c92a8b15f60552dcb90f8c09 381 0.93/1.00 vMB 4
365,704 365,704 00000000000000001426f4b5b41808aaf07cc76b52c4c5ee08adc7f1b0f3061b 1,262 1.00/1.00 vMB 22
365,703 365,703 0000000000000000038e772687ca6a2b312d8edf5e6455b16d0931d3fd373dca 991 0.73/1.00 vMB 26
365,702 365,702 00000000000000000b32767b569e3742334a94540213b98091150c82eef037d2 2,112 1.00/1.00 vMB 45
365,701 365,701 0000000000000000138147be90db48b8338de6d58cc6b60e6ad360f6ef486d8c 743 0.93/1.00 vMB 13
365,700 365,700 00000000000000000f89316b91e089eb4c48c32ab15c72cc1ed933593aea0afb 473 0.25/1.00 vMB 37
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: 666.96 GB
    • Received: 15.24 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.