Memory Pool Memory Pool Refreshing

6,268 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (581,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,447 326,447 00000000000000000898b6d7e23fd5e42cc4374ab4d054a3213691ffb5d98c38 1.00 MB 1,840 26
326,446 326,446 000000000000000019f4fc5fe37591282e70ba1cc70306764ab7d6bd31cb0e4c 0.32 MB 475 25
326,445 326,445 000000000000000003f6455da65ada92d0f4e092559b996faab3c89a213ca33d 0.67 MB 752 19
326,444 326,444 0000000000000000193c39dc3b52c7307b417960e36f73bd8fcdbe796c124fb7 0.75 MB 1,191 26
326,443 326,443 00000000000000000a8be21cd392d4b83bd4075306f082066ea6e493d541bdab 0.20 MB 340 21
326,442 326,442 00000000000000001c2467dcd862134a950d07edad6695d47bb0c6b3a5a5aed1 0.26 MB 257 16
326,441 326,441 0000000000000000173858672370e6bcf2a08f742b2f5f4732310b0815a46a2c 0.75 MB 1,282 26
326,440 326,440 00000000000000000e3b702c2a117456512dec384a4e66578b50f22905bde5b6 0.37 MB 768 30
326,439 326,439 00000000000000000b08bdf67c1558582ca613059b8d04550747bf6fd64d82b5 0.23 MB 456 26
326,438 326,438 000000000000000004ea33ace3a759cb3d02be78da6c4cbcf445d3a8090ef5b7 0.43 MB 408 17
326,437 326,437 00000000000000000573bfbcf84b05f6bec5685489ec24aa1d69650677f9ea79 0.75 MB 1,616 31
326,436 326,436 000000000000000003dfe60d5659927e4eae04422b3243c812eefa1bb40d0dbb 0.01 MB 18 19
326,435 326,435 00000000000000000f61c00246f1439e9eee29b0fcd156e7a3c1dc5f8ed9e249 0.09 MB 138 21
326,434 326,434 00000000000000001de24694e9e1bf939b9e411495ce096fd93847a2aff30efd 0.08 MB 127 24
326,433 326,433 00000000000000000d6e056d814029fd16cb069aaa1d0fabe6a6def0f94cb435 0.12 MB 196 25
326,432 326,432 00000000000000000f7b275f57d1038540619a8cdbbd00b010ac904d736a66f3 0.02 MB 58 29
326,431 326,431 00000000000000001cac2c3900c8c9031d645f45b36bcf901290c6b0ef7cf179 0.29 MB 550 27
326,430 326,430 0000000000000000139ab21341111fbb0d4956c101b5d63c0fb7f4550e5f2764 0.09 MB 149 26
326,429 326,429 000000000000000009bfffb9ad725315771ed4db1beb1eb2ec2e57b2c784f1f2 0.01 MB 17 22
326,428 326,428 000000000000000019ca464959bc0bdaa32634d6b87d241ff063e4209c10d3e1 0.05 MB 82 24
326,427 326,427 00000000000000001ae9db6043caee6ecaaa36016a989777879e27ad504996d9 0.12 MB 202 26
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.