Memory Pool Memory Pool Refreshing

9,046 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (245,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,586 662,586 0000000000000000000e42b885902ba1c88d8ff9b6ba1932f55cbc9a0b8b21c7 1.02 MB 303 119
662,585 662,585 00000000000000000009e32bd223d8c14cd7001754fe49801d4e0e0a403401e8 1.19 MB 1,314 127
662,584 662,584 0000000000000000000afdbb3fe3ccda8a77d8f5da36276a6e6824c12b380d00 1.22 MB 1,941 129
662,583 662,583 0000000000000000000b5db1e87cd0e65e7291808c137956829595ee0ec61c03 1.56 MB 648 26
662,582 662,582 0000000000000000000666c59d3f369e9894a662a633e42876b16326a12cfa10 1.06 MB 1,530 28
662,581 662,581 000000000000000000049864924c87e2eebc39d341aab2c6f09cb611e60800a6 1.33 MB 2,364 83
662,580 662,580 00000000000000000006538f08eb40712262b820dedfbb32149c239c81b263ea 1.26 MB 1,475 108
662,579 662,579 0000000000000000000e55f5537b67903d1fad4681ae6f6d4eefdc9d08112176 1.25 MB 2,141 53
662,578 662,578 0000000000000000000e7dc99c406aa8247eec7ddcd581fd269952fe4ef154b0 1.29 MB 1,827 47
662,577 662,577 0000000000000000000353f5c00220e62eced42d7a0be5e62576f3f19728be10 1.12 MB 2,184 33
662,576 662,576 0000000000000000000a53d17556eaaa0178230fad7978e16e9aa91fc2380bff 1.28 MB 2,209 81
662,575 662,575 00000000000000000003a12816672ad2c7d47d8104b56438e331691ffcd15ecb 1.19 MB 2,323 24
662,574 662,574 00000000000000000000e6a7b999dd071bb95a400d63e2e5e1e601eff307578e 1.35 MB 2,300 91
662,573 662,573 0000000000000000000eee8675365fc043eaa02d10e9a1f56200ba4cbe42486b 1.17 MB 2,189 54
662,572 662,572 0000000000000000000397835e97c5e55d2676ddc2ed08f9272942474b45fb0b 1.24 MB 2,348 60
662,571 662,571 0000000000000000000ded0a7dbba74b3dc5c8a3b14334be9eadd9aa70335958 1.33 MB 2,525 100
662,570 662,570 00000000000000000009a570d7740704351bd490541730118e9d86bb504835ff 1.24 MB 2,180 67
662,569 662,569 000000000000000000068ff953784f0d4da5863bf40253d13729449025ef1988 1.35 MB 2,161 91
662,568 662,568 000000000000000000069194a8380c4a486045af73fecf1dd57b5c14ad6f663e 1.31 MB 2,449 48
662,567 662,567 0000000000000000000468e8103b73e83577b2529d3bb2014dffb55af86bdd73 1.23 MB 1,755 94
662,566 662,566 00000000000000000005e8d9ac12d38485ec463872cfb2dd432af24016cd57a7 1.23 MB 2,248 57
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.