Memory Pool Memory Pool Refreshing

6,093 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,761 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (607,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,198 300,198 00000000000000002a2f650a9cbc4ba83ea92a97914c4b89ce300e7630ef7beb 0.28 MB 73 12
300,197 300,197 0000000000000000529985704537aac24ec9d899f36d422d5df37102b6de2adb 0.35 MB 362 16
300,196 300,196 00000000000000007094709b55b36adb291bcd15c476154995a5e3efd9422f1f 0.35 MB 1,100 48
300,195 300,195 0000000000000000192a345f5e2ea5aded97ef5096ca3f1dfc817f0156820462 0.00 MB 1 0
300,194 300,194 0000000000000000647c089a87941e072e59f80f5b0b0a8749cd1d7489f9d6aa 0.44 MB 724 27
300,193 300,193 000000000000000005cb958180af028bc3e7863b686245aea25128e31120c2ff 0.04 MB 47 9
300,192 300,192 0000000000000000668783bfba5b2cc92e3ce879a2c300977234b3fd255c5c09 0.03 MB 57 36
300,191 300,191 0000000000000000388bc7250948d15a5c9492037588f2cb119f5bab83d3cef1 0.01 MB 28 31
300,190 300,190 00000000000000001aef55dae635949b761626b8889ef4c33271f62b0eb3a0e2 0.23 MB 457 32
300,189 300,189 000000000000000075912604837cabc0c4361d67a1db0574a4dffcc01ecc9465 0.17 MB 334 31
300,188 300,188 00000000000000002ce40e82d653a0f37151d29a0c3f8d63e0f0886c734a4671 0.12 MB 144 22
300,187 300,187 00000000000000001c3a6a830eb7598a9808bde99a2ba67872881b342d86e774 0.18 MB 299 28
300,186 300,186 0000000000000000498de29881e66aca7d9ba9615e7001a057cfc3e1f35d3fe0 0.16 MB 213 24
300,185 300,185 00000000000000005533e9e175773e366f35516f716b8942b22c9d1fb894684b 0.23 MB 338 25
300,184 300,184 00000000000000005fc4d4629fa66d660086641a724dc067bad81ae5effa8741 0.06 MB 124 29
300,183 300,183 000000000000000007235e4ced5bb8782a5a2023fd685f14f06db9f6a5c1ebdd 0.10 MB 154 30
300,182 300,182 00000000000000001b35cd75374e481592a4cd3a763261e457406986add29e72 0.04 MB 64 19
300,181 300,181 00000000000000007c2fbf6aef6c9de3c49b126ce10952c5826d3f080494f8a8 0.09 MB 173 33
300,180 300,180 0000000000000000023e385735d338c28744e304b53f94a5a7c59fadeeb91ac8 0.60 MB 1,196 33
300,179 300,179 0000000000000000498d87e0d6b7e897bb540afa902fa736a33ba06abcd67934 0.50 MB 956 32
300,178 300,178 00000000000000001381b3694c6b9b39b8dd42ac87572c3bc6979f770d1d4eae 0.04 MB 115 41
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.