Memory Pool Memory Pool Refreshing

5,651 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (760,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,092 147,092 000000000000094b502d5d0ba0895cbfc8a418d267f2baf5fa96b481d047531b 0.00 MB 4 2,581
147,091 147,091 00000000000007dece5ae5c3051b11c6dcc11139189defe83d93c31d283b5e82 0.00 MB 6 0
147,090 147,090 00000000000001553fc5583bdd6a0fac9acf947c0a8416eaa47feecb349a3115 0.02 MB 22 27
147,089 147,089 00000000000001cf2e5186b5f45791d73fcde0ef355a24103bdc283a1cbd4467 0.01 MB 16 230
147,088 147,088 00000000000009021ca398c8950e9d30f2d7d001409b0b9c51611b774868ccaa 0.02 MB 52 78
147,087 147,087 000000000000019edf0e8857b7d74ced782e675bdae901a8d8702067be137e9d 0.01 MB 18 124
147,086 147,086 00000000000007690878686c8bdf561caf5c80bb785b8f775ea1192a7ea8b265 0.00 MB 8 46
147,085 147,085 0000000000000486d9c9b37121c67a42111e4b2625e9abd24d64bc8fe5178435 0.04 MB 120 87
147,084 147,084 00000000000006df1efd975eea27b59cce1f29682ed5d461c36967d26383bfeb 0.00 MB 1 0
147,083 147,083 0000000000000954ede2d0677909a2a02a6a093c04c95970a344b24ef9600e1f 0.01 MB 25 248
147,082 147,082 0000000000000786dbf47da0e1729c03911642fe11ca6785545677173a54d3c5 0.04 MB 40 50
147,081 147,081 00000000000008e30f2b50566de35bfff38c6331ebd3d5cf1d7802488016bebc 0.00 MB 11 85
147,080 147,080 000000000000073a3e7eff1ec39def15f76a91135b691e3f093af640d73b15f6 0.03 MB 104 38
147,079 147,079 00000000000001911a1923aca0ddd3a949925db9ec48fb28332b1328d1b60d49 0.01 MB 24 55
147,078 147,078 00000000000000f6890b8d962cc50b7b53e4e285f6689f9aba9173bfa6876996 0.02 MB 40 182
147,077 147,077 000000000000052c2079d93b7498fc23315b52408dc74b9495440f6d1f113953 0.01 MB 29 229
147,076 147,076 00000000000003396e831152769e710deaa855a53cc756bb0b00d246d13ecced 0.05 MB 92 458
147,075 147,075 000000000000026d7de2c669a49812b93e055da4bb49426eb4088154014aacab 0.01 MB 15 46
147,074 147,074 000000000000041483f85dbbd4a558f4026ba7952258fda55ba28f4fe3fcb3c2 0.03 MB 71 120
147,073 147,073 00000000000006fcf0a041b338915dfd39094b85086c68226490add8cd8f84c2 0.02 MB 34 365
147,072 147,072 0000000000000173956a4bd30319d0fb828daeed16b698798d0865599912d445 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.