Memory Pool Memory Pool Refreshing

357 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (779,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,637 128,637 0000000000001e95535a22b23255fda2d24ed2cfd1db0d22f04dc27179f4e08b 0.01 MB 18 1,041
128,636 128,636 0000000000000037a6d51a1ff0b69a36923dade2f410d97e7d8a334be5eb0855 0.00 MB 10 0
128,635 128,635 0000000000001368467498175bd264a34e003304864b8b74e5ffc28c73afc989 0.00 MB 8 636
128,634 128,634 0000000000000f3a89bc5cd146ad9d4b077957b6fa07df15d489a31fb2459b6f 0.01 MB 14 1,297
128,633 128,633 00000000000019a4954c7c949269e2a55d289b74537bbe16caf6c354685a655c 0.04 MB 88 365
128,632 128,632 000000000000218574fc0f80aa02337b9a8e538351e9bd009618c2b15852b5e1 0.01 MB 21 1,000
128,631 128,631 0000000000000080926cf197cb2081020ef609f968bdc33a52089b96e5b38df1 0.00 MB 14 1,065
128,630 128,630 00000000000010a425d7ab266b662b268e51809554953e0e32b9f4a40fbfc73b 0.01 MB 32 4
128,629 128,629 0000000000001c02c7e01d6001e51c1468a7acaf4d7e735c8a33b6334d506b86 0.01 MB 13 974
128,628 128,628 0000000000000bc26ec6be99b7d5ebf55a82c85d3da840dd35855f30311f2444 0.01 MB 22 825
128,627 128,627 00000000000011d506f56f6b637b88edabf8cec641e79da851005476ed3a04fa 0.05 MB 123 466
128,626 128,626 0000000000002231ab66bfd41488f6ece793e7900381b9f9338b4ac77ebd5cfd 0.01 MB 29 307
128,625 128,625 0000000000000c159298e0dce5fd1a95739e5f0b56b2e90e9131bcfe8abc0e12 0.02 MB 24 657
128,624 128,624 0000000000000d2d6b8f87fa338e17538b4e2103c3ca8638c72cbab358ceac48 0.01 MB 13 690
128,623 128,623 000000000000090ae43b70e38752250a153c57e0d622bc18f054acdcadc75e6d 0.01 MB 17 786
128,622 128,622 00000000000018f2ae64e4e52d7885cb1035fee7a08308db53b0f3f82b6214ab 0.03 MB 84 1,652
128,621 128,621 00000000000008162d6d88c81d1dff33604b097c5662666c69d79451d921e968 0.00 MB 4 1,048
128,620 128,620 000000000000065a1b0de8490d0d410f77c1e708695286e2cfb5d49e1ff661b4 0.05 MB 151 67
128,619 128,619 000000000000002dd59b65eadffbf5c1909c7f6e919c3cd8180087ebe353f44f 0.03 MB 54 766
128,618 128,618 0000000000001592c8c093cc6d539c5848da24916f6c553883e5873d5c471981 0.04 MB 80 575
128,617 128,617 00000000000001c4b9a4ef8dedbd6119dd9903dc7064b18d9342b005529fe46f 0.03 MB 63 534
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.