Memory Pool Memory Pool Refreshing

2,998 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,322 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (900,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,365 8,365 000000003c8f1e429b24b31c5207148b23000925746559c7b5a18d361723b173 0.00 MB 1 0
8,364 8,364 000000008b11231249b029fbec69dfcfd66ff5aef5064c4719334865a0bcf57a 0.00 MB 1 0
8,363 8,363 00000000b4aa31e40e5e89d6b2e83b0585f796cbbff2436cde869a8616cc7a19 0.00 MB 1 0
8,362 8,362 000000008ab337472c11ece22a3ac9c91e95562399604a9b4afe38d532604c19 0.00 MB 1 0
8,361 8,361 000000009d1eeefa21f3ca68284fd9236e722d6aad7443c2c8f23d124e7fb9df 0.00 MB 1 0
8,360 8,360 00000000d50a093110c3cde6536f10c7ca57e46896397372930d74534ac16879 0.00 MB 1 0
8,359 8,359 0000000057921684b09457cbaba3b5c7809b40b1e37f71dc54e3b86b5bfaec7e 0.00 MB 1 0
8,358 8,358 0000000080a79cd6eb65fe147f655d0f17a00e2629dba2800a1563982cf91f12 0.00 MB 1 0
8,357 8,357 0000000040621f33019e2f9d8bb8bd0b666aad435c94df1fb86e64b8146cf86b 0.00 MB 1 0
8,356 8,356 0000000007ad878503edfe3067070222fe23fb3587f6a23729df9408447cb0f7 0.00 MB 1 0
8,355 8,355 0000000079deffd6309fecdbbf5f7420d79a45af747df1ec71d316a02c0640a0 0.00 MB 1 0
8,354 8,354 000000004e2896658fbded0f1bbe87e79ae046d35e1710ef66eba237da456f41 0.00 MB 1 0
8,353 8,353 0000000001412f797668fc9e713e629149e026594a74d1e7ecb85ea6ffda0813 0.00 MB 1 0
8,352 8,352 0000000005e15c0a03e58a7496226eef9445c086915b56893319e550557081bd 0.00 MB 1 0
8,351 8,351 00000000ba17a02b58a53cf247308a8dfa20c483e007f9a737f136ccd89cb755 0.00 MB 1 0
8,350 8,350 000000001355edf91f32e2e3068a11062a5b8294ad681210b9b22989c01b507e 0.00 MB 1 0
8,349 8,349 000000000ec8b5afc4d461dab3bb7f4885a27997cd29422e69886ab62289828f 0.00 MB 1 0
8,348 8,348 00000000022e51869e1996a3a5c61c92d9f2eaf27dead6ec727b5d85526e7de3 0.00 MB 1 0
8,347 8,347 00000000b5e3fb33d84d17fb1656cd7f80c66020556c47e970333edf8f5cf0c5 0.00 MB 1 0
8,346 8,346 00000000a9625d9f51e2ec002142e801480ed89f59fc11a396048226d52cb443 0.00 MB 1 0
8,345 8,345 0000000045a514851ec8e6b56748cc16e43f400a27c4df1dba9c511939b643f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.