Memory Pool Memory Pool Refreshing

12,738 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (711,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,360 196,360 00000000000004b30d84dd15de0ec59bc693587a0c8b52cecf2171a6d13b60b5 0.05 MB 103 55
196,359 196,359 0000000000000178f3cc5aeb9056db549a7fb1e65c1977a080c80003ac059bb9 0.21 MB 471 120
196,358 196,358 0000000000000528a62a8a6c075734b8b93525709ff5d6112ba9d2bbaef4ae5a 0.00 MB 10 15
196,357 196,357 00000000000006b8a454921eb1ef3f98f30225a247d02341b99950ec58827e59 0.08 MB 204 138
196,356 196,356 0000000000000407edf8906311c819fe544dcdebbb10e3083086f496c11d4c99 0.42 MB 659 102
196,355 196,355 000000000000061ef671b3f67c71945683dcae0b143577a1b2cf3281bfd4df00 0.04 MB 60 42
196,354 196,354 00000000000003ad16cfd4a61856befa39812a273577c0be44fa7e05a12cebec 0.10 MB 256 137
196,353 196,353 00000000000006a21636795bf948b6d112ef992a97ffbf84284fcaac353d487e 0.05 MB 172 52
196,352 196,352 00000000000004bd6014ad3a24f6f2d5d2a037ea8f3cf1e88356ebb0dfe117d6 0.00 MB 10 312
196,351 196,351 0000000000000672b5379c5c6bbd808d4c32016b7e130902797100d50788addd 0.18 MB 256 62
196,350 196,350 000000000000053a2d57423f93496c2eafa244bbcd30d153a248b654d1304160 0.25 MB 633 1,595
196,349 196,349 00000000000006ba22d59827eaec7534b3ee1a3f21d21be62e3c8c4c16bc94e9 0.05 MB 142 91
196,348 196,348 0000000000000536da23ad9971e34b881669c6f86920e250e7b716e15fbce6e3 0.12 MB 256 114
196,347 196,347 000000000000006175c96bb0e94cc0b022db803d4f3dd1fc6f5bb2c6a923d117 0.19 MB 481 143
196,346 196,346 0000000000000665002cfb31fca12392f1930551d422292ca2d0afca719c6b4b 0.02 MB 92 23
196,345 196,345 000000000000037f95b0a978d247daa722b81cc602ae3ef0c11b2bda991772f5 0.02 MB 50 112
196,344 196,344 0000000000000040e42693071d62269919029e2975be7740445ea8cd224e88b5 0.04 MB 97 139
196,343 196,343 000000000000005138c59e8b46bab4ccffedecb05f94e58613f58abd63d01a84 0.06 MB 121 137
196,342 196,342 0000000000000378342824321f75a31178651f5040a6b7e921f377ddb15d9a32 0.11 MB 276 147
196,341 196,341 00000000000005360f4b4b447160fa38175a43b6b9c00e4eb0ff73c8093b3d05 0.05 MB 121 374
196,340 196,340 000000000000023111a261944226e8f27eff30b289c1b7d31192b34d4a8fe940 0.01 MB 38 279
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.