Memory Pool Memory Pool Refreshing

3,160 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 3,133 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (618,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,095 289,095 0000000000000000dc54b2e7e28c55a74bc679cce4a3b750b71f28b985b47150 0.10 MB 160 19
289,094 289,094 0000000000000000743b6e55a1f8d6d371e3b479096fe23b826b714ebee20bf1 0.38 MB 719 38
289,093 289,093 0000000000000000374636cce090152d82cab16de36258fc40fb7cb0e1a7abbc 0.42 MB 792 34
289,092 289,092 0000000000000000f23f5457b2fa7518fb4604d5ebbfc30a7dc237532da1b281 0.10 MB 196 27
289,091 289,091 0000000000000001144fdd97a6a8da0a314f8bb44eb81b65712408a3ae8c33d3 0.72 MB 1,240 33
289,090 289,090 00000000000000007d9de5bd9686291315f5d935d3c58e789e5cdbfe9ad53f8f 0.43 MB 671 30
289,089 289,089 000000000000000031e07d4701576ca97cc36e132db7f2b69e794822e6d49a1f 0.24 MB 246 27
289,088 289,088 00000000000000005a0722a911f681ced7b05e2b1cf5858d987ea798451cd775 0.69 MB 648 24
289,087 289,087 0000000000000000f18d32bc542ce7b6bb8883bb5aa1e8657031a4ce5b9723ce 0.75 MB 1,738 37
289,086 289,086 0000000000000000e3f44bb6014cab4d8180996722570d42a81c6c874ea5b588 0.50 MB 1,540 62
289,085 289,085 0000000000000000d857365bb09ea52e68227a46eb4bc78a00b660e4f810dd5d 0.25 MB 746 58
289,084 289,084 0000000000000000436b3452e16915f6769c692df1d5b91470e586643a005c53 0.07 MB 37 34
289,083 289,083 00000000000000008b3fcefa31efcbeb869fb892a7ad1fd38eb9fe0a8498e445 0.15 MB 235 27
289,082 289,082 00000000000000008a447eb384ac9b9e32ea4904856bc2666800f88c3a86d0d4 0.21 MB 330 30
289,081 289,081 000000000000000036f38d765df8387005e42a0a80adcea393153eb9514bffd6 0.10 MB 256 46
289,080 289,080 0000000000000000045fd4042dd4ff423a2258d3fa5a0b9fd77251f7492410af 0.10 MB 190 40
289,079 289,079 00000000000000006ef05ac6b74bba8522b1d32975d0fbdbcbb78c0d7fd69898 0.40 MB 772 83
289,078 289,078 0000000000000000cbf6529ded1a4e0f870b0e3afabaf8ddd067fd8c0b2a9144 0.28 MB 537 34
289,077 289,077 000000000000000099ea8e14ce3563928c8d23f0ca3781857d5051ce305e25f1 0.35 MB 863 38
289,076 289,076 0000000000000000eea66c9a6d1c117de21c9663428e92b894c00503bda32550 0.29 MB 545 35
289,075 289,075 00000000000000008984052466d757459ff52dcd0ce6510fc3f12d2358280bf9 0.46 MB 820 24
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.