Memory Pool Memory Pool Refreshing

19,288 transactions
6.15 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,288 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (545,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,873 361,873 0000000000000000101bdb318bf7170e8e7f51873cb3ba23ce41be2566a70232 0.13 MB 269 31
361,872 361,872 000000000000000000213a9f016af1ccab80a2c16e83850af8501aa5f96d1f62 0.62 MB 997 24
361,871 361,871 00000000000000000f6147b64bc17ff28f1e7d5e3e33cdf45a69f4718bbdfa6d 0.24 MB 392 22
361,870 361,870 000000000000000001b0fed38cb8cfbed386b53717697811a173ddf6828ebc2d 0.54 MB 707 19
361,869 361,869 00000000000000000c8de114daa4c56def56cf592d42713a1610d1bc57d4ca8e 0.51 MB 842 26
361,868 361,868 000000000000000009970d3d65acd7b396d2b7a77a56c2dc5480873e373fc023 0.04 MB 84 25
361,867 361,867 00000000000000000b52684361632223b3b61c54b714f5e360087a8ad7bc50d6 0.07 MB 117 22
361,866 361,866 00000000000000000e943ffa651530cb39c07a4911b28cffb2e4ebffb5a3d071 0.60 MB 957 23
361,865 361,865 00000000000000001081b2ea1d379c036a8c6954b05ec62d47c6d5be82d030cf 0.38 MB 511 20
361,864 361,864 00000000000000000e0e107312d81ed7afc24c9121cf352f7e4ff9087c74da5c 0.29 MB 442 22
361,863 361,863 0000000000000000115c5b64668c0ec568b7fbdc97c34b1a2be46d8eb3a647e1 0.26 MB 607 27
361,862 361,862 00000000000000000f1fe241339c208967c0aa4c35e6f389a89992de3ccbb5a1 0.22 MB 357 17
361,861 361,861 00000000000000000f5b27612fc1af6bd07cc2413601a90f4f169de791a0c529 0.75 MB 1,492 28
361,860 361,860 00000000000000000c7627532352bda6b84ac979ae7d0b3b4849d0ff4a036e68 0.13 MB 179 24
361,859 361,859 0000000000000000007c13ac72f88c771eed907656a3a21966c09eae73eacee4 0.15 MB 348 26
361,858 361,858 00000000000000001428601909381ff7f4f1574a5ad5cbb8004be6d8e1aabee1 0.41 MB 736 25
361,857 361,857 00000000000000000b77235669017fefe824e1b0205335621f858ff0d3d4fdcb 0.44 MB 850 23
361,856 361,856 00000000000000001177bb8195495141d76c993a6fef0d188c73eda341b121ca 0.66 MB 1,246 24
361,855 361,855 000000000000000008c375a55946b575952a28a6f13c1e01dc5ae8f44629e8f9 0.08 MB 166 24
361,854 361,854 000000000000000009abf85ba0588f6b1ad84b24b20603be7b6ef144a21d6006 0.43 MB 820 25
361,853 361,853 00000000000000000397693e45982b9b033a3954025549a61e65493e032b0f02 0.44 MB 963 25
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.