Memory Pool Memory Pool Refreshing

2,324 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,572 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (610,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,409 297,409 00000000000000004818e930fc3338e834fa3bf32564c4e220f1db7e74934ca7 0.18 MB 276 23
297,408 297,408 00000000000000007c3de596f4886d9527528032d3d6101a561961d2b5a299b1 0.02 MB 43 49
297,407 297,407 00000000000000008905dc897c97240791e3e5673591ecf5c40622036ffcb112 0.25 MB 550 40
297,406 297,406 00000000000000007b5828cde93b841fb05ff00f53638d1a9ef4e8c5b5b8a68f 0.38 MB 673 34
297,405 297,405 00000000000000006c0e70099b62734cad9255b0fb50abb15847dc1b6d6c5fdb 0.04 MB 83 11
297,404 297,404 00000000000000002229934529412aed1a868a627b8f586fc7e62a5cca80790d 0.20 MB 234 25
297,403 297,403 00000000000000006a91146f7e5176819e055c10a0865705b4a0beb78d611187 0.25 MB 512 36
297,402 297,402 00000000000000006303eed2b15e210f3951ada6aaf2c7a8715ca725f9a7c227 0.19 MB 78 12
297,401 297,401 0000000000000000598627f63dd326899b75b751b30e336506f27ad6f940db19 0.50 MB 968 33
297,400 297,400 00000000000000006fc391d3f460bb75d3874c3abe04322088957685129b374f 0.24 MB 512 42
297,399 297,399 00000000000000009987a723a21de056f19c1388cbd5bfb6b9cb2a92e34f3efb 0.29 MB 531 36
297,398 297,398 000000000000000061ac721fbc781228a63a6c95727cd0263c7638edf0b4d1a5 0.06 MB 72 27
297,397 297,397 00000000000000000f5cdf7dee27670a73b06a7859662d0c69b1e7b487d1bc5a 0.28 MB 415 29
297,396 297,396 0000000000000000375858501f59ea3fa4d8b74de7d83806becbd588f05b7c40 0.35 MB 237 9
297,395 297,395 00000000000000007d30011d0f409379d9941961f31f6fa9e94deabd043dac7f 0.13 MB 156 16
297,394 297,394 00000000000000002e85545eff0339e41dada9f4efb3efa62555d02e9cb1481b 0.16 MB 256 52
297,393 297,393 00000000000000005bb32765d9fba020c26f1b9cf1b5762eb037d66320537841 0.12 MB 270 35
297,392 297,392 00000000000000000ca815f1a69f42929a9c1221b23358d91ac3e1dd92daacba 0.10 MB 265 29
297,391 297,391 00000000000000000239397aa108125b0e0815d3a227d931304c32eacfb09879 0.25 MB 97 6
297,390 297,390 00000000000000007355100b620e9333632de324557f4ae8dd055e74d2f9017c 0.37 MB 474 23
297,389 297,389 00000000000000002ec7b0e456a02ea9a9da493b3c6f0d253396f1f4682c358c 0.15 MB 63 10
Previous 10 blocks ↓
Total Size: 769.06 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,627.91 GB sent, 93.18 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.