Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

196 transactions (0.10 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,146 000000000000000000022cb30000000000000000000000000000000000000000 0.09 vMB 186 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,145 (841,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,718 69,718 0000000000dde18fc5ad410861d0411d9e5c89f2dd4088480bbfbffaa731cc99 0.00 MB 1 0
69,717 69,717 0000000000d8ca73beac7145fae7d21857b47d4b6324ed1475642ce4719e5b87 0.00 MB 6 0
69,716 69,716 000000000050cdd0cd1340dd4d32ab32bc6946f71b78e814f33149f0c8eefa71 0.00 MB 4 0
69,715 69,715 0000000000c721c4512b5081ba0f3ef7c62619b8d5f033d4fc50448ca723968d 0.00 MB 1 0
69,714 69,714 0000000001639a4e75128c334ca4cf9f5dd58d3b496765535522ab9b553bbb34 0.00 MB 3 0
69,713 69,713 0000000000afa144f36924b809480ce10089aa490859781be56f254e66195882 0.00 MB 2 0
69,712 69,712 00000000009e84282f9f4308e017b7c0eb5c04999af2109cf5c7d253bda080f1 0.00 MB 1 0
69,711 69,711 00000000012a32bbf5b9a97305a424d5f206760ce72c7bcecbb8d54bf34d1b81 0.00 MB 7 0
69,710 69,710 0000000000be510b63809dc707beb92996879c9e165eeb317bf73552f7add7f4 0.00 MB 1 0
69,709 69,709 00000000013b3e169d534654092291421f83a53bf368ffdb0deabde898efa197 0.00 MB 5 0
69,708 69,708 0000000000c5ae3b25227c5216b23455053f5cc5fbe0c6452572b56d46ecb298 0.00 MB 1 0
69,707 69,707 00000000011d2087b828903990522352c18ed02d25a9c9c305bf8edeb1ad2862 0.00 MB 5 0
69,706 69,706 0000000000d63ee14519c96d29681b363158bcd9a75de84337a89b7ef9fc301c 0.00 MB 2 0
69,705 69,705 00000000010a09acf104afa16a9387acf69e4a1ca3fc1409a1f32426c47e29be 0.00 MB 4 0
69,704 69,704 00000000001484b80930f6a9e8938e7f0ef9463ea4b370c51591cc19995046af 0.00 MB 5 0
69,703 69,703 00000000002708ecbbb0075fb693b38313ea37a6b498fd630a28375e998af1a4 0.00 MB 1 0
69,702 69,702 0000000000858a0995775f4d03aff54ba2cae345afc64ec1bfeb207c95371674 0.00 MB 1 0
69,701 69,701 00000000002f8cdaa1b91da9716ea749c754da235ba4df53fb6c419a9fc52277 0.00 MB 1 0
69,700 69,700 00000000005eefd2c3b421c6b7a980ccd4d651ee29e64adc8524b2ae587c3079 0.00 MB 1 0
69,699 69,699 00000000003f63b59678652bbc7fb2a5f5cda7012e226e0dcbde3e2978a5c348 0.00 MB 1 0
69,698 69,698 0000000001515086b19d8a5feb2585cdccd5f7fa2b0f738247ab94d071e3fad6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,374.23 GB sent, 126.34 GB received

Notes

  • This page updates every 5 seconds.
  • 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.