Memory Pool Memory Pool Refreshing

886 transactions
7.79 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,346 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,345 (809,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,262 99,262 00000000000188347e1c52cdeec82ff120a57e77efe18bc6389a1f20f9922a8b 0.00 MB 10 0
99,261 99,261 0000000000038936dd6ab5a8bab3c8adb799e9c3a93182891e74678a03d1b56a 0.00 MB 12 0
99,260 99,260 000000000001d5f9ed8bdba73405ebd5cd776ff69e295e37bf134e9a17789773 0.00 MB 2 0
99,259 99,259 00000000000197a9ec54a7155352f916c8d4b9b02efe271a4dd83b912fb53a04 0.00 MB 1 0
99,258 99,258 00000000000012b58b5d99cbed587a86458aa7f5c6fcf2653b3bacbca04ce881 0.00 MB 2 0
99,257 99,257 00000000000041adf677c469d8f72fb087e66fd97f5fb265b362d44e320101ec 0.00 MB 2 0
99,256 99,256 000000000002a12f94648975a5aa7a401e23b33a88d52ad7b0096446e1f39bb5 0.00 MB 1 0
99,255 99,255 000000000002c749b8622075dc086dbb5a527ea0ced259a985d8062441b868bf 0.00 MB 1 0
99,254 99,254 0000000000023d26d6dfbcf932fbfc3a4f0488895ebaedfe083502f6e1c044d1 0.00 MB 2 0
99,253 99,253 000000000001abba404acf9b22ad9ab7e4ec4a87ae51bb5e8ed6f4998c28fac0 0.00 MB 1 0
99,252 99,252 0000000000022d8156f497a690f0ea6bb1b7b6deeefffd92bd1c88c124864121 0.00 MB 6 0
99,251 99,251 000000000000d0b7c8849b9054636b5f2961f4d3f3f662bc126cca44adacf03f 0.00 MB 1 0
99,250 99,250 000000000001bb23359852b5c0871fc0faa1aaae8299b28b47de980481f93308 0.00 MB 2 0
99,249 99,249 000000000001e6e2b35ebe0897756c7d3b58b416fd5b10d5a03d95370e971b61 0.00 MB 1 0
99,248 99,248 000000000000bb73380517046ce8459313fcdc297b7a7feec2a2cb207c09403c 0.00 MB 1 0
99,247 99,247 0000000000045f9aa641fcc202aa240815560dcb46ae1049fe72e7a4fabd0838 0.00 MB 2 0
99,246 99,246 000000000002922092afcb96e7411f47b82f261253594cb4472ca12e6b40cff6 0.00 MB 3 0
99,245 99,245 000000000001b959702ec6b4aad844deca4fd404b3c5b8eee2d13a09fa0d8cbc 0.00 MB 3 0
99,244 99,244 0000000000014049b09f4a8d786e6096db07c71bb44791636c1aef343aef089c 0.00 MB 1 0
99,243 99,243 0000000000021ddb113cef3e5dcad0d3180171b6bc70eef53791653ecddc5ec7 0.00 MB 8 0
99,242 99,242 0000000000019b41d126ad2923e6c4c4304f31be8d162df418f107f19e73f969 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.87 GB sent, 98.80 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.