Memory Pool Memory Pool Refreshing

2,263 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (757,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,647 150,647 0000000000000356522f0c2873f5ff8f994ca832f5423271b0185d44331b32aa 0.00 MB 6 730
150,646 150,646 0000000000000063cda65ebabe4277d4e785f9c1a41956bc0fc1ed3784a2adf0 0.02 MB 75 0
150,645 150,645 000000000000039d4a4b2f888d7e5f6dba864172036be92b9db5f0b747973610 0.02 MB 42 111
150,644 150,644 0000000000000743ea1df03921dbc9873e1e6bfd8136c3aab3f49828ccd6f186 0.03 MB 114 338
150,643 150,643 0000000000000356290c2cf058ce4f01dc40d994409d8c0119370358cdc398f2 0.01 MB 29 252
150,642 150,642 00000000000007fffca7dccc102b4818def3ecd53226f284e02511e4326b1fe6 0.00 MB 9 395
150,641 150,641 00000000000006eb6f9a2b990131433c584f61174be69d767cc72efc2fe8bd38 0.03 MB 45 54
150,640 150,640 000000000000039fa1869936314b638c0d5a846b17aafa58ac3c8635b93da040 0.02 MB 45 243
150,639 150,639 00000000000003efbb15282c50124243f316f05ad71aec0f292c477af7e662d1 0.01 MB 15 177
150,638 150,638 0000000000000343849704b46225c0c0298b2a2d5e73ad8c102eee320b1110f6 0.04 MB 140 7
150,637 150,637 00000000000003a335d52ad14188673ffe4ff7a8a7d6f0916ebac23698671d44 0.03 MB 57 148
150,636 150,636 0000000000000a4361c6e4d50542aaf24e04de678cfa58de360620604b9ff11e 0.00 MB 12 0
150,635 150,635 00000000000007ac3d25f9942598078b408631ad155764bbe2444d093e0e8961 0.02 MB 39 187
150,634 150,634 00000000000007100988b9e0537135540060c2d7cb2c5d5910a7095a385b9917 0.02 MB 38 189
150,633 150,633 000000000000013d7f9112ce8ba62f4f2d863e5a3cdaced22fa94d549f64bd50 0.02 MB 42 66
150,632 150,632 000000000000061ad7df57fa8b44e2448895540f72131c647d21d29c93d2f6ec 0.03 MB 97 167
150,631 150,631 000000000000074df99eded5389fd9978abffb8d5c0a7f84d7e500cabbb8d21d 0.01 MB 33 150
150,630 150,630 000000000000049b1ed1cf677ce761101b258127d860e3f97b06d6146c438f47 0.03 MB 86 128
150,629 150,629 0000000000000796b555d562377c2bb70e44d9d68cac9d710127dc47424f47dd 0.05 MB 131 58
150,628 150,628 00000000000001cc0a1da58579a6b4658b884264022e7243d799236d41bcd12b 0.01 MB 13 865
150,627 150,627 000000000000037d421dc4f9e769f7ddfa5e3e445ce5787c002dcb95c11b1401 0.04 MB 67 80
Previous 10 blocks ↓
Total Size: 769.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,646.19 GB sent, 95.25 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.