Memory Pool Memory Pool Refreshing

3,375 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (604,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,476 303,476 000000000000000018318e3dac5413ba03cb180dd360a33a6dc0731f518822d0 0.23 MB 444 29
303,475 303,475 0000000000000000594c851f29f6784a0f2fe6e05e09419b94c16cb1007bcd62 0.03 MB 62 31
303,474 303,474 00000000000000005ce9a4a1fc7404ca340ad539f3809b667ea26cf83a1c1ce6 0.07 MB 174 39
303,473 303,473 000000000000000009a4da15456a559b0af629823b68b28db8d4e404c736aa29 0.07 MB 139 33
303,472 303,472 000000000000000039433df2ce3fdc74a4c11f633266707d1031b844d7d42bfc 0.13 MB 145 38
303,471 303,471 0000000000000000569c8fa0da28f16b27aa8cfa999dbe14e5e1b421c797eba0 0.23 MB 217 19
303,470 303,470 00000000000000001188dd1bd98a5b9916340cddfc47790e119f2333baea6e11 0.35 MB 807 34
303,469 303,469 00000000000000000d5c5a01a63eef7beace00da62d3bad080f9d6e6a286295c 0.02 MB 55 32
303,468 303,468 000000000000000059ae44b45eb001037d7f5c4b665d821485b7ed6880e25600 0.07 MB 135 17
303,467 303,467 0000000000000000150bb49f89a6548f2728bad22c3e0d3d036deca3f6272cd3 0.03 MB 86 32
303,466 303,466 000000000000000015bba267e34da5d444c78464f23fd9cb206081bee8b96346 0.31 MB 616 33
303,465 303,465 0000000000000000541d413afb669847833a9d8d40f1b29f5f12baac5424f28e 0.07 MB 96 30
303,464 303,464 000000000000000002c1e41b1549133bff6ade561b578883783ea76488fccf3c 0.03 MB 63 34
303,463 303,463 00000000000000000a5a6244b6469f37509f8152ff06f7a56ee209ee0d7490ec 0.07 MB 142 28
303,462 303,462 0000000000000000344e2d6d37fb62a9414d6576f99fe1e8ca03aaf7b24f1a59 0.42 MB 569 26
303,461 303,461 00000000000000000156b0f6a858f76aa885f14b4a52361006157989c477de4f 0.16 MB 265 23
303,460 303,460 0000000000000000515126929d01ff3c754b28e44098ee232547478f4036996d 0.28 MB 560 36
303,459 303,459 000000000000000003cb457241cd4e4e96951c5833ce6030d188f348e81886fa 0.36 MB 504 28
303,458 303,458 0000000000000000205bcd1541fd19e73ffbd8dee0643156e9944ce701708047 0.25 MB 343 23
303,457 303,457 000000000000000055442f99dded0ab71f08cbd446fce4f5be292242546cc432 0.19 MB 409 35
303,456 303,456 000000000000000015a3e02ed4a003b743631b10c8664b77ed0c021d6fdfefe3 0.22 MB 147 16
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,630.65 GB sent, 93.52 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.