Memory Pool Memory Pool Refreshing

5,568 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,122 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (763,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,913 143,913 0000000000000439f98423ff8e69efe5d4f4b7784dc385dba6d4db1f70d725b9 0.01 MB 14 793
143,912 143,912 00000000000006107efee9e7aec1a9d2f993ca23c6566a177f108feebed2ca43 0.05 MB 90 86
143,911 143,911 000000000000029456f62ae72cd83212561b7dfeb3e9a8201d6a87a48d04ac14 0.02 MB 36 158
143,910 143,910 000000000000006c9512dca8f0f5b5f865a2addcd306406b683cbf98dc47e83d 0.01 MB 21 166
143,909 143,909 00000000000001a0423d5fc68af1c681ccf8ba248048175794eae437a2900773 0.01 MB 19 232
143,908 143,908 00000000000006d87056df6e5e0df54fbfad3344220486987c5f03143e3a2466 0.04 MB 95 254
143,907 143,907 00000000000007ef3cc6924d55c3635064d4f5f0a05c8b618e462d26c82e96b6 0.01 MB 22 169
143,906 143,906 000000000000009a8de722b1bbfe4c9d5a0928f6c2cc6208a63e9c2a3004a666 0.01 MB 46 34
143,905 143,905 000000000000048fb49775dc1452c0cc977b114e28c6022d9fe4c6adb3052dc5 0.00 MB 16 59
143,904 143,904 00000000000002e64e09281c2c298d6b3d4799d8f7910655b9f388cc53f36491 0.03 MB 59 68
143,903 143,903 00000000000008fa4fc50bbcd38ddddfdcea6e026c85642ddb79ebdb43fd5389 0.01 MB 23 160
143,902 143,902 00000000000000f264448c0b0bf10ca2a9a7904a735307f402d1b41dc260b8f4 0.01 MB 20 236
143,901 143,901 000000000000071057d0c76540838539149891e7c572fa27a83473aedcf06e09 0.04 MB 79 122
143,900 143,900 000000000000000ae423b106b8d1bbfdaadf2f87d8cd48a3ebac067d583e3ef3 0.03 MB 99 79
143,899 143,899 0000000000000172f5c55253556a38db87900378e37e26593391e8885e9741d8 0.03 MB 62 250
143,898 143,898 00000000000001ccc89d6dce9a02618175ff4eec1278ba9c8d5dd9d757466ae3 0.04 MB 115 62
143,897 143,897 000000000000091868379aef013958397c13e25881b5740b70e8e37765f96a8d 0.03 MB 50 104
143,896 143,896 00000000000006332d64f853d289ef9c9f38f6b44aac8e2d1be364c6f7fb7e71 0.03 MB 48 85
143,895 143,895 00000000000003a2bc0ae215db5f2fe99bbcab9096cb103e658e6cf34bf28704 0.02 MB 61 31
143,894 143,894 000000000000009f3d45a5d28fbb88cae783a1a111324950319825d5f9da88cb 0.00 MB 14 29
143,893 143,893 00000000000000fecd90cec7f90ce1db126202e7c5081f7336eaf762a416efdc 0.01 MB 17 63
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.