Memory Pool Memory Pool Refreshing

2,030 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (661,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,699 246,699 000000000000008bec6b297909cb8d290a22d174099d5b49bb8f92f6e0cfbf33 0.23 MB 512 35
246,698 246,698 000000000000008311dd933ac860e05692668375540b049881fd78cf87795be0 0.25 MB 628 170
246,697 246,697 0000000000000000fb7dc0ece9df0beead92d71031080a19a33f625c7060dd34 0.22 MB 427 110
246,696 246,696 000000000000006bb77fa56624b2306c7b61def5a3bc737f104ad96842855739 0.05 MB 128 138
246,695 246,695 000000000000005f3494b378514ab762e3318f3e879a8bd8b3accfa3131396d1 0.08 MB 222 143
246,694 246,694 000000000000002965f1f0e0a53b42833b7f29443c8b1ec7b52a9bbbbeacf99c 0.17 MB 431 146
246,693 246,693 000000000000009ced2f245cdd628d036e1d4aa0802ebb2473eb81236ba2a3ca 0.09 MB 218 138
246,692 246,692 00000000000000279f4165a22772a6b5c55c90dbdcc4c0c13510e1c4f718b417 0.13 MB 311 140
246,691 246,691 000000000000002ee3c01dcdf27dafa63037abac83dafcf4e3a4b724cce88caa 0.10 MB 198 196
246,690 246,690 00000000000000126ea8cf9ca13992d716dce501216f48ec95ba58889eff71c5 0.45 MB 516 57
246,689 246,689 000000000000000ce7e29000792e5141e49034761efcc8c5f156776a86e58dda 0.25 MB 494 150
246,688 246,688 00000000000000237527946c0d3a58170856824161feaa3c3c73e3c73997648a 0.22 MB 142 71
246,687 246,687 000000000000002242520660e3899a58ee69ad4b0b81fd398143245fa028a7c3 0.35 MB 747 152
246,686 246,686 000000000000002f2115f9b0d6fd0c29f0440d07aaa48a9bd29619d24436d656 0.12 MB 286 248
246,685 246,685 000000000000002b8b385f4892ed139afda00b7e75b426a64a4f25ee07683bd7 0.13 MB 256 59
246,684 246,684 0000000000000076b64e407fc0435529d17c96d400f0c0bfded13fe3ad00e39b 0.14 MB 348 139
246,683 246,683 000000000000001c26678e7451014208b94ce135e8c94843a6556fddadf749d6 0.01 MB 43 244
246,682 246,682 00000000000000886d3b2a2e10c228ae9b11168e917497f2f56a4d686c00a0c0 0.02 MB 57 141
246,681 246,681 0000000000000059186622ed6e7105762300c322075d8c4ff1ac7e890c1e9916 0.01 MB 32 69
246,680 246,680 00000000000000805361bf1b23acc83f46140ba97b74ec6922b8f011ecd2e5c8 0.16 MB 354 235
246,679 246,679 00000000000000779948b80f84c617aeab9eb7f6ab5fb430aa914e6d57109ce0 0.12 MB 32 14
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.76 GB sent, 94.07 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.