Memory Pool Memory Pool Refreshing

3,580 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,374 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (864,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,566 44,566 0000000023b1256a545e7308865d37747992a3453fd6aa7c2fff352a9b661d31 0.00 MB 1 0
44,565 44,565 000000001cdf2342a98c2842eb2b9d90feff069886daf63b6f519165357dac9e 0.00 MB 1 0
44,564 44,564 0000000018957728b19534f4ee6b4aac0949c44c0a026b3ea4079454b0f4d894 0.00 MB 1 0
44,563 44,563 000000000086295c00cf214f257d996909a55ce3bc0a3978a115691e3671671b 0.00 MB 1 0
44,562 44,562 0000000017ac6b21e7075cd57a59e8cb56139793bf5167a8e23fd920ea055e30 0.00 MB 1 0
44,561 44,561 000000003382c7d556b5a2f7a01021ee4c31e6fb44ff4403fd53161157a4fb92 0.00 MB 1 0
44,560 44,560 000000001e9e6a4b312e01eaedad07c1841b08b179ea5311b190570238c7b77c 0.00 MB 1 0
44,559 44,559 0000000019ba987f7b6252ae4b91b369653b7e3bcb681fa7afd15f78250d5e86 0.00 MB 1 0
44,558 44,558 000000001a7e0d31adb2eec9810eb8ef5c238d32a9ece7160a72e63217dd04a5 0.00 MB 1 0
44,557 44,557 000000001fdaf84a417ee2d6d9d38288b454ab274c15a8f61ae3b44ce5b63b51 0.00 MB 1 0
44,556 44,556 000000001fe13d0033218f160d50e4b1a63e00eb7380744cbb5ad4d0c2d9433a 0.00 MB 1 0
44,555 44,555 0000000001a408a89bda19925ecae142ce68812796e1656a706d73c698416ee5 0.00 MB 1 0
44,554 44,554 00000000146e17eb890e6a995ced3c98f4e0e0f981a46d9b6070a5ea3bc6a112 0.00 MB 1 0
44,553 44,553 000000002e755e09b1b27c42534cb9e730df540714103dc14bca3c51862db855 0.00 MB 1 0
44,552 44,552 000000000910116d22a9ed281ae8986cff252a63bd84adbbfccb3098c413be1b 0.00 MB 1 0
44,551 44,551 0000000018fa5d04f5f33cfc34a7e7c0a4a39980a4e85c228f96fd65ea089821 0.00 MB 1 0
44,550 44,550 000000003042a0d5b4469a2ff345c1a643120abc707f4dd2ac08db53e327f5aa 0.00 MB 1 0
44,549 44,549 0000000029cd1a072d8c8b498299f5a8fd13617004ca2522604bdcf2f719073b 0.00 MB 1 0
44,548 44,548 00000000230878bbabf33079015a5282b73d27abbc65b124b52825cc930de8cd 0.00 MB 1 0
44,547 44,547 00000000301d515e1b5be58a9d71d02cea68797a219e56e3862f719da95292ec 0.00 MB 1 0
44,546 44,546 00000000101d87e9d1d0e75f9891f450c6798513ea92ea0944f89bc81a6673bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.64 GB sent, 101.73 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.