Memory Pool Memory Pool Refreshing

66 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 56 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (721,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,749 186,749 0000000000000629a662cad1bc80e4054e23b345416d76948881d3365c4b2a4f 0.01 MB 32 170
186,748 186,748 000000000000075be29ae7dc212e81de8bb7644901b6644adaea634c075f8245 0.03 MB 93 32
186,747 186,747 000000000000038e96ce5dde1423289eb1ae2d8ff5c5fd7b2630f70d74400cc0 0.12 MB 310 142
186,746 186,746 00000000000006b97143782b5f5c9647118c694f139f96872a46eb9a636294c2 0.00 MB 10 14
186,745 186,745 000000000000080b3d29c1d26caa2e6c1d7f47ff42a3697e9802f2f1b261a05a 0.14 MB 433 143
186,744 186,744 00000000000001ad9003edb32b07f144002fdf187be0347a0f078f96527981fe 0.05 MB 131 122
186,743 186,743 0000000000000776c5ff2c9ba53ee9b8e90ef092009991e74f6a46e800e4f30b 0.05 MB 190 44
186,742 186,742 0000000000000628a185329a4add71cfa11e6d7ff672aa87fd19eebc656f2c97 0.02 MB 66 114
186,741 186,741 00000000000005b8cc04228ee29f4f04b164635ea5e2f3a0de14a9da012475f2 0.08 MB 146 123
186,740 186,740 0000000000000635b9df0db9a2455eabc8341f6c6fe2d0ec7761f8855da4aa49 0.03 MB 87 98
186,739 186,739 0000000000000709d988984f94eb233a6e84799c03cad13f66253224c016371e 0.02 MB 36 61
186,738 186,738 000000000000038d3187890d5167da724a55901af040de3c86cce487f84d17fd 0.04 MB 136 63
186,737 186,737 0000000000000161b1df25035a7ec7bd893d7420a301d6900d65758e6caa0826 0.13 MB 310 141
186,736 186,736 000000000000005f58704c6a26514fc4ceb0171abacea025aaa938ac624eff49 0.08 MB 272 130
186,735 186,735 000000000000039a2dc090128c82811feaa8da239f3bdea1de0b44179452eb9f 0.00 MB 8 0
186,734 186,734 000000000000013fb05a768bd5782072052fbafb080a95a4df5c3de739616846 0.04 MB 65 37
186,733 186,733 00000000000007e1243d84ce8b338a9f7a83e83d48a4cccc42d3df3e4b06f446 0.06 MB 142 102
186,732 186,732 00000000000000abd76b28c00ba1442ad22e22e342f27e11195922f41ffc923a 0.00 MB 1 0
186,731 186,731 0000000000000890924dc7d32b836cedd5b615caae0162150037d287407d1713 0.08 MB 199 127
186,730 186,730 0000000000000632259439bb0df089d990392032a1b2aff97eafc8019925fa6f 0.11 MB 248 142
186,729 186,729 000000000000013efa4b1cb34458bfd08fd60a70ab8fae03603f8449e4c23b8f 0.00 MB 16 86
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.