Memory Pool Memory Pool Refreshing

5,307 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (48,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,411 859,411 000000000000000000031f9c14d27f8193a767583d1febf03430771f25d16d9a 1.56 MB 5,035 4
859,410 859,410 00000000000000000001b8291c07a03b91bb8d3fabb266601ef842d33af55a7f 1.66 MB 5,369 3
859,409 859,409 00000000000000000002c6c33c5c6e67dba96c4aaf98f17f20a230e209018100 1.74 MB 3,807 4
859,408 859,408 000000000000000000014aacea47d1c1bd5de2c97f4f1ae6feebc9e1b12fa38a 1.71 MB 7,274 2
859,407 859,407 00000000000000000002930091e862ff30a3cfc6aef7f4262d66ab9ad3ded698 1.89 MB 6,549 2
859,406 859,406 00000000000000000001991bb20a7cd66fb9a204a58ebfb454aa0c98021f8b18 1.68 MB 6,790 2
859,405 859,405 000000000000000000000e7feb5e8a4cfcc3c4004711df221d47d793e7eddc40 1.72 MB 6,888 2
859,404 859,404 0000000000000000000154bf510d62a6fec109bf7d8541c041cc258b60eea030 1.68 MB 5,932 3
859,403 859,403 00000000000000000002433f3c4b20cbb60b6f1749709c8e94f4cde51e9bdc8f 1.65 MB 3,915 5
859,402 859,402 000000000000000000002eb2549c05e40aae46cb2a8ff3a6568265a35450c1b1 1.49 MB 4,012 2
859,401 859,401 00000000000000000002b614340b86e8cf987b19c1c5231cb8daca2349e33583 1.72 MB 3,317 5
859,400 859,400 00000000000000000000cf8465158e90878644509280ba3e566d867fb6d64e0e 1.66 MB 3,647 5
859,399 859,399 0000000000000000000232ea53a966f851813874002e49372e167b337035e4ba 1.66 MB 2,208 3
859,398 859,398 0000000000000000000188e792b5b565e741d6dc229a7e4ad26069812b39ac48 1.56 MB 2,943 7
859,397 859,397 00000000000000000000af78cce2b8ff5adb4fb25f6206f62694160e6b349a62 1.60 MB 3,564 6
859,396 859,396 00000000000000000001df6f5dff33d97cbab5b02c4e9a7bc414e843f7e75f79 1.58 MB 3,177 11
859,395 859,395 00000000000000000002d4f2e5e021220221cc92334be6d152f81faecaf79ae6 1.66 MB 4,859 4
859,394 859,394 0000000000000000000052b4126e81a9f74acf7a690756f0b7bb74428008b502 1.61 MB 5,092 3
859,393 859,393 00000000000000000000b405ed365bc873a09726c0ccc58f328c165b7aa603e2 1.55 MB 5,814 3
859,392 859,392 00000000000000000002932b20b7c00aab010e65aa769d34127789b795bf40ab 1.61 MB 5,482 3
859,391 859,391 0000000000000000000042d23f68e2dfdec86fef6d08cedaa3f0f1af206f7fb5 1.63 MB 2,897 5
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.