Memory Pool Memory Pool Refreshing

6,322 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (787,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,220 120,220 00000000000004318620e2173db5dd383b1f4bb49467eb8ee9d35b971ac41c2a 0.00 MB 13 311
120,219 120,219 00000000000026ee4d3b7682e2ac762842f7824703f87ca9b61c39f6f871f1ae 0.00 MB 12 1,263
120,218 120,218 00000000000043d0aa2fc794b32c95231d1d63a843d4c84110081053c164759e 0.00 MB 10 387
120,217 120,217 00000000000028c328235bf4b870fb2222b615fd7747c8a4ac15be69add045d7 0.00 MB 4 0
120,216 120,216 00000000000084094695ce00d7d60faa43189fca243949b6ab85b485ae7af56f 0.00 MB 5 336
120,215 120,215 00000000000042b148902bd5368fa149a9f37ca74cb90a4470ff4674c3d07c16 0.00 MB 18 623
120,214 120,214 000000000000356ac2cb0af6595ee0e6ba7887a64f507fea7f6863e72d3c229f 0.01 MB 12 0
120,213 120,213 0000000000007f78546c76afe4137d7ad855116204cf154078e90ecebd94db28 0.00 MB 10 0
120,212 120,212 0000000000009eca2ceb4597e0009dbb8428e1041cb7eed79ac488bcc9765705 0.00 MB 13 1,036
120,211 120,211 000000000000346e333cc9e485818d2e2db8e789f22e0c7ceb04eec29e7733e7 0.01 MB 18 987
120,210 120,210 000000000000307b75c9b213f61b2a0c429a34b41b628daae9774cb9b5ff1059 0.00 MB 8 334
120,209 120,209 0000000000007bf052fbfbee1a8e45b28a7b9573efabf51444385eb3b4017287 0.00 MB 3 2,083
120,208 120,208 00000000000010b6f2214e1d4984d5bdcb6f7dea744ef3a9001f04a3b9d2be97 0.01 MB 29 376
120,207 120,207 000000000000a0be2034b6a4b8f5ebf4fd310b71d531f38ac9b37b626eaa0627 0.00 MB 9 0
120,206 120,206 0000000000001e29a13deef08441eb5027dc828a6cee89383b13558f940b76fe 0.00 MB 7 578
120,205 120,205 0000000000007dcf5da335b410f516fda7741ddfb1b548f906e80d5e42b4b6a2 0.01 MB 30 616
120,204 120,204 0000000000001d8d63d37d74f57c0aff4f81e1d6b39c9b3f6c7b431f76793998 0.02 MB 34 996
120,203 120,203 0000000000003e192012e7038e46e14a4d90d3deb6905d5840b408ac22ae0d53 0.00 MB 10 0
120,202 120,202 0000000000003f2a57ca133f63f5a81fc54aafd51300f6e951f528d06f048cf5 0.00 MB 6 0
120,201 120,201 000000000000a0a91d011e31f0656096b18e0bcae100abb24b58cd364b8d788a 0.00 MB 9 357
120,200 120,200 0000000000008458979f4637ea80f579f030a824558a03a12714d0af9900fa70 0.00 MB 11 1,003
Previous 10 blocks ↓
Total Size: 769.08 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.28 GB sent, 93.33 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.