Memory Pool Memory Pool Refreshing

6,566 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (742,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,096 165,096 0000000000000137aae9fbffbd7be65767c160533f1844231d8f02ee286b863f 0.01 MB 19 62
165,095 165,095 0000000000000780b9fb61fa7033250c35461b2f489fe69eb770f230afddb51f 0.01 MB 21 51
165,094 165,094 0000000000000515221b8a37187a2ac0f1db676da7f4cf5d09946ea8debf858d 0.00 MB 4 0
165,093 165,093 0000000000000c651e64097ea750e92a076a99c7e1d36b2e56dea1e9259824cc 0.01 MB 17 473
165,092 165,092 0000000000000a5c5815df6f1569d172089868a896f46ef65853e740d72eacbf 0.01 MB 51 3
165,091 165,091 00000000000005b9baa98829e2088568d81d09d975450b80dd0ca93b493dbba9 0.02 MB 55 11
165,090 165,090 00000000000003daff154292db7453c7a557ef2a0b1e1204e4fcda5530b21b75 0.04 MB 89 175
165,089 165,089 00000000000008bda12845963109720bfc48cf21027f8042c63d94ecdd381416 0.01 MB 17 24
165,088 165,088 00000000000002d4cdd04eebe415e9112d1ade08b982c48683aea332238716a6 0.03 MB 77 105
165,087 165,087 000000000000096ba9ad8fe483dd9632a6b59d610f1999d0e715365924fa5177 0.05 MB 107 353
165,086 165,086 0000000000000c97a986adb4c719870c8c0c16757451387de190ebb0e629ed28 0.01 MB 12 66
165,085 165,085 0000000000000bb9fb6bdbdea37eab25054a1fc612708490b1c8e2c6b108e520 0.00 MB 5 50
165,084 165,084 00000000000001ae0791dae000940110fd2ffa19a5721cacf696105d8fbf33da 0.03 MB 76 25
165,083 165,083 0000000000000a16b2f95016bff30cfb865db7493a1c6cc0298cbb1e0e2d8549 0.01 MB 8 214
165,082 165,082 0000000000000b3b17938343eab169815b03f2c9f5312ab3d8275fca90a53646 0.00 MB 13 16
165,081 165,081 0000000000000454d98a875fac2edadb11cf42390d60705839ae75deabec387e 0.03 MB 64 108
165,080 165,080 0000000000000198dbf3ae219744fb4797512635280b7c84034ae27e1d333d37 0.02 MB 40 91
165,079 165,079 000000000000092130dabc001c121f38af051f9c7ac002769e7187c297bca917 0.01 MB 26 70
165,078 165,078 0000000000000242331031598f6b0b458c26fc0037e2c4b35df24a21583a414a 0.05 MB 45 489
165,077 165,077 0000000000000688f727d3de3356ce081d24e2564a2fc5216f7bb157e18fd2ea 0.00 MB 12 35
165,076 165,076 000000000000065aa2e5e8c161ec065f931f88a1bbd64a6b104a2eddb20ee9f3 0.03 MB 67 208
Previous 10 blocks ↓
Total Size: 768.93 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,604.53 GB sent, 92.46 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.