Memory Pool Memory Pool Refreshing

3,785 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (578,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,589 329,589 000000000000000006b9e6399875c4c853a4d7459f6d9ffd390241fd050f940f 0.00 MB 3 9
329,588 329,588 00000000000000000f98396554ee677add3ab160f97d170b2255d3b16e155222 0.75 MB 889 18
329,587 329,587 00000000000000000f5fe73edcf654f4d1a271be57beba564af1ecb14c8d6ea5 0.75 MB 1,739 33
329,586 329,586 000000000000000007f2bcce580accc1335a12a8950e6f40fe1e60d03f55d097 0.75 MB 2,256 42
329,585 329,585 000000000000000019149f6755e38698c286c22bd9dccf5de5399396c9bbe04b 0.50 MB 1,231 35
329,584 329,584 00000000000000000d86ce4344a171a5e0c9c472aa213322460664a8d4704a4f 0.23 MB 271 21
329,583 329,583 00000000000000000e2fc738dade26860cab687ba6564305a5ebaed0cfab455e 0.41 MB 664 24
329,582 329,582 000000000000000006776f399815744a7b3714a556a173471ac69b474f5c605d 0.52 MB 745 22
329,581 329,581 000000000000000016b0a467a368b44849634099c78845973411dc2ec80ee060 0.14 MB 112 15
329,580 329,580 000000000000000011f680d073874580796bd9f96e9f7646b04a1b50172e2a19 0.47 MB 913 28
329,579 329,579 0000000000000000132385ebe363eb329d3d7ec25632751b7318c5f80ec7843a 0.52 MB 871 24
329,578 329,578 000000000000000016afb3d19c6c2e306274949262b95c81b1602bc2ccc7c640 0.75 MB 1,708 32
329,577 329,577 0000000000000000039818cdcc2a75250b42950e1a26c8875aa050e2beb61581 0.14 MB 282 27
329,576 329,576 000000000000000007d8128ead781e285a3e896022d918efba054709e41449ea 0.30 MB 425 24
329,575 329,575 00000000000000001099387cb58f172ef7ccb44d2cdcfc054f57b5a314852228 0.05 MB 138 31
329,574 329,574 0000000000000000158dd501432626be8f10a164432c49f57dc4a6eb8dbf91ac 0.29 MB 218 13
329,573 329,573 0000000000000000195c22aaed98bc70c072fb5b0cc84538652b5ae465110eca 0.75 MB 1,902 35
329,572 329,572 000000000000000005bffad91a0edeef3bd204c60530d601ea393e1be817d70f 0.01 MB 32 1
329,571 329,571 0000000000000000184bd3937e1d11a745dd042bbd8b601b78279cc6d5897b99 0.41 MB 789 28
329,570 329,570 00000000000000000391adb6ede7b076cca5437db7dc81786161bc5be7af4e8c 0.08 MB 114 8
329,569 329,569 00000000000000000505719b637d25a0fe0c2ba8444e3447530d79330749dc60 0.10 MB 100 8
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.