Memory Pool Memory Pool Refreshing

8,154 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
905,819 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,818 (15,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,978 889,978 00000000000000000000b1272160cf7a9f418b6877c0411f2cc5619205979520 1.73 MB 1,644 2
889,977 889,977 00000000000000000002431e6e5e1714bab391dc23197e9ff8f4d66c1d84abbf 1.75 MB 3,139 4
889,976 889,976 00000000000000000000211d31fa839a3d3b67b78d097565073b740574d09ba4 1.69 MB 3,328 3
889,975 889,975 000000000000000000005afed55b551d961220653a05daa8f362de2a384d8cea 1.45 MB 1,610 2
889,974 889,974 0000000000000000000223555887b3818c6b44d030b280fb43580580339a2ed5 1.38 MB 1,875 2
889,973 889,973 00000000000000000001dd8081f206f27c6344c67015c92603cf6115cca05c3c 1.60 MB 3,373 3
889,972 889,972 00000000000000000001001aad80a60224dd06c6faaddfb1f824062e3867ddca 1.51 MB 3,599 5
889,971 889,971 00000000000000000000a4fa5a71383e8a706f462ac535a1582a35824234b8e2 1.69 MB 3,575 4
889,970 889,970 00000000000000000001b4c49f0a10317b86d650556a67b2ea9dae17cd8ac8cd 1.65 MB 2,577 2
889,969 889,969 00000000000000000001b34970c1bc26c06a04da117392ce9cfc682bd6db57b8 1.58 MB 1,899 2
889,968 889,968 00000000000000000001a0749341d74f7da4acc5f653eb03ad99bd0f77885c72 1.65 MB 2,108 2
889,967 889,967 000000000000000000002693691997bfa9fa7706f911866763a06ac4a38d28b5 1.71 MB 1,343 2
889,966 889,966 0000000000000000000193db21049723c08cdf4e422a99acbb4d25e879e98caf 2.06 MB 1,078 2
889,965 889,965 0000000000000000000278c5747fdb6f25be2a4b53c6689ed08af08c2402caac 1.54 MB 2,713 3
889,964 889,964 00000000000000000001dee9a5c3d31a8e09d9b40fdfd5be2ebd6eb6b01231b3 1.91 MB 1,015 1
889,963 889,963 00000000000000000000dbe51118b567d5bc0c36a0f9c7ac1f7d0fe30c96d5cb 2.16 MB 80 1
889,962 889,962 000000000000000000003de26e11f50049d397795079e6b2c41927dc73c85063 1.98 MB 672 1
889,961 889,961 000000000000000000008ce2483e281d152cf06ce91278a2d4e03bcdd0ddf16b 1.53 MB 2,230 2
889,960 889,960 00000000000000000000a21b90536437a552b4ff12099a626b7c860b96b46df0 1.52 MB 2,441 2
889,959 889,959 000000000000000000022a90665d9ed4d9f29a58534550388fb014524b95981e 1.65 MB 1,677 2
889,958 889,958 00000000000000000002720cb92b7ac09304d4762319db7896471ace38f01b23 2.16 MB 76 1
Previous 10 blocks ↓
Total Size: 765.60 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,360.44 GB sent, 75.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.