Memory Pool Memory Pool Refreshing

1,437 transactions
22.93 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (826,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,949 81,949 000000000030da13d725f06b682e0583035f756fe806f91664c98f5da01275cd 0.00 MB 11 0
81,948 81,948 000000000024c8c8fdb5d5162b377d6483d6b5276ac8900994bb49b8ed2c5a0f 0.00 MB 1 0
81,947 81,947 000000000003804cebd57dd7ee44711143617a11d3b30eb0bc5e65bc8749f57a 0.00 MB 2 0
81,946 81,946 00000000002c237bc6bb5c534bc24985ad40563b55cf0d222b33089a572b8d43 0.00 MB 1 0
81,945 81,945 000000000010078b80a6b30a4b159bae6d296ddfb43291015318f4133e5d5f6b 0.00 MB 2 0
81,944 81,944 00000000003ea940f33b162bc1906681e7aff228c640e1c7031d773aa863f69f 0.00 MB 1 0
81,943 81,943 000000000026f93ec6e0c5d79885ed91ebe3e12269a372ed1d86c770e9152051 0.00 MB 1 0
81,942 81,942 000000000028988ff737914853f1632bedcf8553782d36e5419de1b05e280d25 0.00 MB 1 0
81,941 81,941 00000000000bd5c88655e4b23534108bc7d546bda9ab20aaf5b41775c880cced 0.00 MB 2 0
81,940 81,940 00000000003fc065f7ea01595eb9453bba161a65a7f8466c0151f7c6f2f94dd8 0.00 MB 3 0
81,939 81,939 0000000000304f568874490bcfef4c6149eb971176de4526c44b74d607e2db91 0.00 MB 1 0
81,938 81,938 000000000033febe374e67f16ea20ec8e78ebad1070d3be523f3ea2879e93f00 0.00 MB 5 0
81,937 81,937 0000000000338ff1b254c76bc45ba9010d73c03678210b6f3a894763b5bad6b9 0.00 MB 2 0
81,936 81,936 00000000003cdc185519c709e54b4751cfabf17f738aa8cb622ac8f3482dbe50 0.00 MB 5 0
81,935 81,935 000000000007106da5fc5e67a9917c82fc693db12da0e427f46bd8c0ed213877 0.00 MB 4 0
81,934 81,934 00000000001489ddb207de3b782ac72ae4f03a2a95a1a1216f67adf160062267 0.00 MB 2 0
81,933 81,933 00000000004718c889f2e6d3bf948278b35405c3ec95589fd52e66c4a1e9e499 0.00 MB 1 0
81,932 81,932 00000000002dde99602ddf7bef3d7bdbf70bf4ef6d2cb6ba0baffcde309c19e4 0.00 MB 2 0
81,931 81,931 00000000003a58d5e3ab72dbc91d81c8da3835df0a50cd4dba63920185c22db9 0.00 MB 1 0
81,930 81,930 000000000029877a9f0d08ec43946f2c24ea034c47a834026e688a499889f521 0.00 MB 1 0
81,929 81,929 00000000002c7f483be760928315c75a163d176c72186347a795152fa1bea1eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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: 1,699.32 GB sent, 98.60 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.