Memory Pool Memory Pool Refreshing

2,075 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,064 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (797,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,213 110,213 0000000000016f77fd9b50e01d953a5e1a6e13e14d40d3b6f284613d0308d902 0.02 MB 80 0
110,212 110,212 0000000000007ce7a4de94df44ccf934feef4ede0e380983bbf4fedce67bf9c5 0.00 MB 12 0
110,211 110,211 00000000000065830a7861568d2edf3951f9a5d052b34591f7adfe8f5b019f0d 0.00 MB 13 0
110,210 110,210 000000000000a21cd1c395134807571a18442a03d7ec65fac6b7484125db2132 0.00 MB 11 0
110,209 110,209 000000000001511bceff530d965cbca45a6b95831345f1e71169fb9bd51040f9 0.01 MB 12 0
110,208 110,208 000000000001189405627063ba3047dafea267477c1776e4fe6aa512a8b7c748 0.00 MB 12 0
110,207 110,207 00000000000185c31ec4e0ae88b00d4bfd429557bf5193da3a89635049163e1a 0.00 MB 12 0
110,206 110,206 0000000000014b91be7a3660e256853ff21fa15f03481d1f3b5726411cfe3cc8 0.00 MB 13 0
110,205 110,205 0000000000008039c2ae3cea78f63b8dd0a74057424d08098447e0cfb62e1c7e 0.00 MB 8 0
110,204 110,204 00000000000153544340de67fdb9a67d5f8fa5bc5d77f2a9b4716531fcfa5e5d 0.00 MB 13 0
110,203 110,203 0000000000016d6944c83966873f3fe26ad9f4baa8ca06b3a33aa41b5c3a3903 0.00 MB 9 0
110,202 110,202 000000000000f72f7d61359c76b796dc2c03947c9480fcc48d07079b875c30cc 0.00 MB 12 0
110,201 110,201 000000000000fc45cb881982702983d733181063d5506101b3c76e48fdc92250 0.00 MB 9 0
110,200 110,200 000000000001bd107380753987a4849bc2cb6dc3ded85660faac835ee70358aa 0.00 MB 9 0
110,199 110,199 0000000000004e3ba362b9f571087a49ed9d4105d8a6d71f5cd5d5f474af9a8a 0.00 MB 12 356
110,198 110,198 00000000000176995d4d800b7d4a230f32e9c3dc33c8087638f24e5216f22ff7 0.00 MB 12 0
110,197 110,197 000000000000e4ac4b5f479aedc86e52492ab26110835ad2cdd3c79a9ad0f659 0.00 MB 9 0
110,196 110,196 0000000000001a0dd03bcdf18d2a0c99441f2ecae81b9b3dc2b3c4ea695bd75f 0.00 MB 10 0
110,195 110,195 0000000000016cbc7815a1246ceaccf1221bd1dbf432f562e8f1a42cb2a36034 0.00 MB 14 0
110,194 110,194 000000000001c646a93fce83a42bf22dae37abf60701094020057d345a61d59f 0.00 MB 12 0
110,193 110,193 000000000000cc345579255f393b913f497ce51c0c8f23edee4a12f8d669312f 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.09 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.29 GB sent, 93.33 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.