Memory Pool Memory Pool Refreshing

12,735 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (617,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,508 290,508 0000000000000000509086cdc4c7660143916f075bcf7f10b139d3a6b71ffaef 0.09 MB 295 29
290,507 290,507 000000000000000091eaddd7f52196f7bde623e7b47e4e806ec92fa3bed285a7 0.15 MB 391 41
290,506 290,506 000000000000000039fd4e6a9391a036950b733c94eed605e9033d2eca056ea3 0.17 MB 372 43
290,505 290,505 0000000000000000a1796df33b8fb55156c607f4c90fe6d41e52e6b77041f73b 0.09 MB 198 30
290,504 290,504 00000000000000007020e96f824c81a1925081c86020d3fe2d3e4e4340d0910b 0.04 MB 46 3
290,503 290,503 000000000000000007efba8c7ba4b730d9f99c9783320bf325f7e5d161f82f23 0.33 MB 549 28
290,502 290,502 0000000000000000b0527d23dce2a9f0d0ad4f12148ff033663ba4cce432ba5e 0.30 MB 530 28
290,501 290,501 0000000000000000ea472d1a47e9acf339f1219516d1921f5f7df02187f6392c 0.09 MB 256 55
290,500 290,500 0000000000000000cddfdf9d6d4f505253875f91a9cadfcff5dcdc4354afaebf 0.11 MB 254 38
290,499 290,499 0000000000000000668bdca458345656538b02ddd0769c2fa8ecba5ec0bcb455 0.75 MB 473 17
290,498 290,498 00000000000000005bc2bcdce4ce8593de638c16107677ab5bdc2e4cbdf6dbc2 0.20 MB 512 49
290,497 290,497 000000000000000064edda8ab4f99e1f31ba67378778895491345839ecf1e0e3 0.35 MB 851 43
290,496 290,496 0000000000000000cf3828404ef421280e2e3f17984868e8d6e669cff6fa86c3 0.25 MB 706 61
290,495 290,495 00000000000000000a34f7dad8cf14ea2e58251a7f8581cf8d8f5eb54c8134b3 0.08 MB 161 27
290,494 290,494 00000000000000005b30a23db252332b0b69f7e896ce8631cec123c5842b6067 0.20 MB 374 34
290,493 290,493 00000000000000009f950698561dc256dba76746d481ac5844f84ae2c2238d31 0.52 MB 1,057 37
290,492 290,492 0000000000000000a41007dc92b05fa2627d9b930b959de705abb4f113381e18 0.01 MB 29 30
290,491 290,491 00000000000000001b08d8f5678b7325317f9ed1739d2a8ed52ec512d87b91b8 0.28 MB 299 19
290,490 290,490 0000000000000000fb076147ac4d53b4ba4588fbea25b705148a0572fa0730a0 0.11 MB 256 43
290,489 290,489 00000000000000007100b0dc6432c74ff646be24cd3e19a41e994f90f2b93222 0.10 MB 262 44
290,488 290,488 00000000000000006773ba6d0eb80552b6a3b1da15fb7d8ada0a98986c19e394 0.21 MB 271 22
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.