Memory Pool Memory Pool Refreshing

1,073 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,057 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (424,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,962 482,962 0000000000000000006c11c2390b3f663f037ac94c997d5aaf12cd2d32fbc8a1 1.00 MB 1,939 340
482,961 482,961 000000000000000000bb51040c09603f4a271a86eae3523055406176e3eb07cb 1.00 MB 1,858 308
482,960 482,960 000000000000000000cc16ca171afa4d63acd0ce878bea41bb6562e5c5d7805e 1.00 MB 2,218 432
482,959 482,959 00000000000000000120ce0a3fd4a6ba763435c96ec93ff0861168ccaa988ac1 0.00 MB 1 0
482,958 482,958 0000000000000000004e1d06861ceed20726ef55c4ec785f178a72e525b4aa97 1.00 MB 1,630 321
482,957 482,957 000000000000000000727bf826f770d486d864a3cdbd350ccb7508c1d8eeb321 0.01 MB 17 674
482,956 482,956 000000000000000000a980ab20317ca4144608580768e6c9a0e7bd28985417ca 1.00 MB 1,792 90
482,955 482,955 000000000000000000e5914fe221b289cbabf3f97fac1708fdeb1357c71aaee6 1.00 MB 1,771 146
482,954 482,954 00000000000000000079f7fce77c40e0ba3f59bd3c237cde157ccd3802475e53 1.00 MB 2,004 53
482,953 482,953 00000000000000000104e9ff223d1b213b6280e6981cc4a264e7fa672325925d 1.00 MB 2,157 146
482,952 482,952 00000000000000000069b428472fb0bad7a1bd7fcae0ea447c94204d5c192cc8 1.00 MB 2,514 120
482,951 482,951 000000000000000001314951844606bd53a97339fb0a98e941550915515b876a 1.00 MB 1,979 313
482,950 482,950 000000000000000000eef0404d361b43e32f4739d994a3a016389421f8d9d2e1 1.00 MB 1,948 141
482,949 482,949 0000000000000000004f29e2710f49dd4e96150ff901e2c5485b45967f6e2953 1.00 MB 1,928 326
482,948 482,948 000000000000000000064d4b21e5ad3b4d439c910fa2049a236a4ca7cb1c3748 1.00 MB 2,019 465
482,947 482,947 00000000000000000066fc31390e96aa5fe3992a7a172192e6264ca777282507 1.00 MB 2,112 265
482,946 482,946 0000000000000000011962b41ec9468a27cac7a85f362337e396930d5f4eef41 1.00 MB 2,136 239
482,945 482,945 0000000000000000009dd802a71a0bf0999578fb6f67ee97898d884a6ef9b759 1.00 MB 1,960 242
482,944 482,944 0000000000000000000a4cc851799daa1c39e0e65a1aeeaac13c3253c5f54168 1.00 MB 1,943 430
482,943 482,943 00000000000000000110340bd7806f56447b7b66d69942fa9866c74d75f472b4 1.00 MB 1,842 166
482,942 482,942 00000000000000000098f724697c5da65f5ea7e69e035e4af981adb503b10f4d 1.00 MB 2,020 365
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.