Memory Pool Memory Pool Refreshing

7,745 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (634,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,698 273,698 0000000000000002bf2260cfd86b18562595274861ee97c495a56e2edaf36724 0.02 MB 30 66
273,697 273,697 0000000000000004e34d8eeb344541027defb809cb05dfef8f1009e1649f2d79 0.14 MB 279 54
273,696 273,696 0000000000000002bb17f99f8d6448a8171dc0301c88c402bf04de52c3511d2d 0.03 MB 66 61
273,695 273,695 00000000000000038a13dfea68e9c935862f8406fe3d73030824ed620199a218 0.07 MB 167 51
273,694 273,694 0000000000000002407481c671524b581b008ca2d3eb4b9129bf6846a757932e 0.13 MB 242 43
273,693 273,693 0000000000000005097af0a9afdffc84177373678a6d62cc86d0be2cb7a5620e 0.08 MB 159 37
273,692 273,692 00000000000000045a933a9d47225ef0f232879b0bc09d3c87d8388a071c1dd6 0.01 MB 14 38
273,691 273,691 00000000000000011bb627092d00c9537b16b3f54e0eb0c8fccc17a3a28ef3f2 0.10 MB 204 54
273,690 273,690 000000000000000348cc9df67fc15e04899e62986305bc1c9e98d999574dbddb 0.03 MB 83 144
273,689 273,689 000000000000000051a615d0e98e804022e0ab5b8a48f07bfe610bfc68293a90 0.07 MB 122 58
273,688 273,688 0000000000000005e2f608fef920e73dc265f325c3fd12018326adbccb002263 0.16 MB 325 51
273,687 273,687 00000000000000060b3c6474a72f17f54f7bc9aca43a8c72e801c81c8ce5cdb9 0.04 MB 61 32
273,686 273,686 000000000000000050c0ae3f228eece3ed449cfdcc48fb5560bd22c70606dc97 0.01 MB 11 27
273,685 273,685 0000000000000005d974e8e017d83e1e5ab855486556e4c8259e57363ab5db57 0.10 MB 174 24
273,684 273,684 0000000000000004f3d3c9bf519b1f0a2eebdba7ed38ed1a9c5a8124d060fba9 0.12 MB 292 137
273,683 273,683 00000000000000037a9d82aec08e2fe7397e29e9a3b7c2e5a3fae5f09a4a3290 0.89 MB 1,075 31
273,682 273,682 00000000000000034276f24209d731c34e20fee90a5d033a2743cdf77286ee80 0.05 MB 85 47
273,681 273,681 000000000000000517fd28feb0fd4b06095c25e718ba98230ea66e8e7013613b 0.11 MB 229 33
273,680 273,680 0000000000000003f913d4b1a88b5e4c026753675bf9163ca26ee3b83356c6f2 0.12 MB 179 34
273,679 273,679 0000000000000000b389d7d5fde5447b1d9b86fe5267ad65fa448c65ccd0eb1a 0.05 MB 95 24
273,678 273,678 00000000000000013403356d336cf0f4a1b0d12801460636b21e47cd6285cfd3 0.07 MB 142 70
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.88 GB sent, 93.01 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.