Memory Pool Memory Pool Refreshing

120 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (209,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,325 698,325 0000000000000000000ab0bbe531548bbc334c779155f2a0b47f9a744cfe32e1 1.49 MB 3,432 9
698,324 698,324 00000000000000000000432ae371cf2cdbeb32fcfa0dc1ea670dc6a61fd35a91 1.69 MB 1,792 4
698,323 698,323 0000000000000000000a7469cb8649b3028846e5b7aa62a7b8303420621024c3 1.50 MB 2,360 16
698,322 698,322 0000000000000000000457a9e2e4fb4544bed14fb9d94a21f7f823af1c12cabb 1.46 MB 3,313 8
698,321 698,321 0000000000000000000e9d4546e05d0b4d8b78e0c0cb5878302ebd2fab183b29 1.49 MB 2,749 14
698,320 698,320 00000000000000000006b1272f481ee557a17cd5c610fec78da556335ef7fe2a 1.46 MB 2,966 16
698,319 698,319 0000000000000000000b677f88f0e025088a89f6710742c58df641a589743dd6 1.52 MB 2,634 14
698,318 698,318 0000000000000000000a7d57db1b8de3c9b1f9ab8a5d3a6f00396737264c10ab 1.54 MB 1,947 9
698,317 698,317 000000000000000000059580872127a33754c4f4fb4e251ace298fea01ee73ca 1.43 MB 2,682 3
698,316 698,316 0000000000000000000b971bd7deb853d94000fba105a497510a382b2b36db19 1.44 MB 2,181 13
698,315 698,315 00000000000000000009935e2b29d8e0a2f8acad992fb4d8cbdc41e349123285 1.39 MB 2,519 17
698,314 698,314 00000000000000000006b1392b4648ad8984d69f41b080aa572425348c81a8e9 1.20 MB 902 3
698,313 698,313 0000000000000000000204621fcd06bfd9a00d7e28510c2b5b5416ee25f359eb 1.20 MB 1,426 7
698,312 698,312 0000000000000000000fcd15872a4e8d629cbe669959c707b66137883a9bc938 1.44 MB 3,019 3
698,311 698,311 00000000000000000006e11651b7667a79e10eefff7ef516c5a7a21372c4a6ec 1.51 MB 2,613 9
698,310 698,310 00000000000000000005db015b1a4120308f9993ad9ebabe1207dd3a574269e0 1.44 MB 2,500 19
698,309 698,309 0000000000000000000e4aef74a15f7b593753b903a8c7f2646ce63e36117cee 1.47 MB 2,513 13
698,308 698,308 00000000000000000005927449183dae035bf47886808adfabb75ec8ff88d3f4 1.46 MB 2,928 17
698,307 698,307 0000000000000000000b4f1722bf6ab36dc6ef98bec6de3e1707dee2f048eedd 1.38 MB 2,203 11
698,306 698,306 000000000000000000054ff8009a5a9f6c50bee720b4c97e4682422e86b5653a 1.11 MB 738 4
698,305 698,305 000000000000000000052fa8da140515223cf1322cfd8bdefc840e4293035090 1.09 MB 463 3
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.