Memory Pool Memory Pool Refreshing

13,987 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (547,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,356 360,356 00000000000000001245bd2f5c99379ee76836227ded9c08324894faabc0d27f 0.75 MB 1,561 29
360,355 360,355 000000000000000001cb7ae13bf49559a68792558d41c5628bcd8ebd31f52cc1 0.28 MB 599 34
360,354 360,354 000000000000000009e865d07f75341a5f3dc15f0e149055a241eedd552c3b88 0.70 MB 1,485 30
360,353 360,353 000000000000000008f11f8c1ec8f50697cb4d4ffa4dfa5a612ccfe729a44e5d 0.28 MB 384 23
360,352 360,352 000000000000000013e0b31c80aec8a9606d8ddb9ce7b83f42e4ff66944ced3e 0.93 MB 1,214 22
360,351 360,351 0000000000000000134f9a433a4bece258b5035ecda33384f820a60493ca2887 0.09 MB 72 4
360,350 360,350 0000000000000000122da7723e96723b9b475f3ca6823d174f7f5d68261edf1f 0.81 MB 1,201 22
360,349 360,349 000000000000000004e3d7b1cff56c5264b16dd79d10a26683c2fabb11669b5d 0.31 MB 445 25
360,348 360,348 000000000000000014642349de67fc30a43c170ff2b915bcbf81798a8fa26116 0.43 MB 683 25
360,347 360,347 0000000000000000010415a07defb542c8d407ba61807219639ca3bd00aa6e5b 0.46 MB 581 24
360,346 360,346 000000000000000016b1a73549224d3828d512ccc602eeb3ae1783ff7946ab9c 0.17 MB 285 22
360,345 360,345 00000000000000000c8a256b033d5cba1fa7c77f6dee181f7a59f544cecc915c 0.49 MB 713 20
360,344 360,344 000000000000000014d0da999899d28be27ca9bbc38d6464e2a3ac430e548d9b 0.34 MB 616 25
360,343 360,343 000000000000000007a95f68b8a4aa2f92234ccd4d048ba6cdc5e975ffc0087e 0.00 MB 1 0
360,342 360,342 00000000000000001076637edc77a87943ee0f9c273fd612389cef9203c3920d 0.87 MB 2,029 30
360,341 360,341 000000000000000010ba41706d4fe475656f7942a8f22eb04c315a58801eda6a 0.53 MB 1,125 26
360,340 360,340 0000000000000000064e59ca7a4cfb016fd332a62bd21567dcfca507f1c4c042 0.24 MB 511 27
360,339 360,339 000000000000000000d60c38d67aad2c11037a9dfcc61567d5826efc36739250 0.12 MB 228 24
360,338 360,338 00000000000000000138d22d0c1bb5cf0361a33ee8bea1e924b04f6673c272b1 0.38 MB 776 27
360,337 360,337 0000000000000000138878ff4517a2eb2ec7a18ea591397ed19d07ee3b2b788d 0.63 MB 999 19
360,336 360,336 000000000000000008a8279acbbc1644be4374714c15c40b9f13c8b5aeee554a 0.75 MB 1,934 35
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.