Memory Pool Memory Pool Refreshing

2,746 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (195,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,342 712,342 00000000000000000003709ad5eda897f3bfe3137a1c8cd47edb400f1602f10d 0.33 MB 538 13
712,341 712,341 00000000000000000000b0fc0db03e5d3440ccb7adb2efabadab1aaa88091aec 0.01 MB 39 8
712,340 712,340 00000000000000000003c43ec72d62fdabeb57d1560166947aefe246b0ede3b0 0.12 MB 209 11
712,339 712,339 0000000000000000000974b5ad68c116db2bb065bf7e00d69ee6f49da0f887e8 0.96 MB 1,702 7
712,338 712,338 0000000000000000000bc7004b3c66ca2f5a63038e443bdd2079d568b081c629 1.39 MB 1,818 9
712,337 712,337 00000000000000000001d6651b12bee61d2316b9336daf9b1d8c8094e6315674 1.44 MB 2,727 20
712,336 712,336 000000000000000000097d1dd257bc553cb0f3e1e6c7c199e94e14ccc1c0e84d 0.44 MB 612 10
712,335 712,335 000000000000000000056964447243fc02fb3d2be79dfa11c6b34aee8a64f02b 0.15 MB 184 13
712,334 712,334 00000000000000000007752b4b9cc749f46686c62d2b7601ac37d19526189c95 0.60 MB 662 18
712,333 712,333 0000000000000000000c1a2529ec70e0df237c94425af67fdb2fdaef2ed8993e 0.19 MB 263 10
712,332 712,332 000000000000000000034dacd41b112a965be7ee5efa212af3a94f7deea1bdf6 0.26 MB 552 12
712,331 712,331 00000000000000000009c96acb79517507c9019df71e28e4b175a92e9232c071 0.60 MB 1,128 11
712,330 712,330 0000000000000000000a018282846f3267ee698ffc27bd70c45ea795c68cd8c4 0.06 MB 84 8
712,329 712,329 000000000000000000061bac3b7e7017caab79e6ce33085f1dd6e7edbcdee559 0.08 MB 152 17
712,328 712,328 0000000000000000000bcee78db08d51ea2982d27f8a2704cb51ffb1e30e9d74 0.13 MB 256 11
712,327 712,327 000000000000000000048646a8a9bc51683fa7e4a32fbfa5ff8ba18e4d6330bd 1.22 MB 2,109 11
712,326 712,326 0000000000000000000716a6aa0be7d7a0044d531211b1961b4d00cb0a36e327 0.20 MB 302 13
712,325 712,325 0000000000000000000a46c4bcc2daf8995eb37e53bdb462aca3a6b45a081c6c 0.00 MB 15 21
712,324 712,324 0000000000000000000382f6ab13dbaf415918f7dc62ece13ff4dea2886e44cd 0.33 MB 636 14
712,323 712,323 0000000000000000000a7d0e70b2a9d800d0fa0668b3070e10d85d1856499b76 0.48 MB 818 11
712,322 712,322 000000000000000000023279425b86558f39d7cca9df784c09bc24dacb73471c 0.07 MB 198 11
Previous 10 blocks ↓
Total Size: 769.07 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.11 GB sent, 93.23 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.