Memory Pool Memory Pool Refreshing

5,328 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (770,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,690 137,690 00000000000000556ad64d9bc49ed814e1ed76752c0e9cf0b38ea251499a4d6d 0.02 MB 45 264
137,689 137,689 00000000000000a444ed8918dc750ad7b2ad7915254de0630434beeb55c47019 0.00 MB 7 462
137,688 137,688 000000000000007dc63fb2dbe374f78c3452153ec50e8145184a4075378458ba 0.03 MB 65 316
137,687 137,687 000000000000059719f46129aa4306db19a54f4bd9b6fa97afaeab9264dc3a8b 0.02 MB 43 143
137,686 137,686 00000000000005282683d50af1a6e8fe89b20e835cceccef83085d27a7b9d717 0.00 MB 13 65
137,685 137,685 000000000000065562bfc6b3ac267ba3f75959ddb24b612b0ca7061b32e834ff 0.01 MB 17 273
137,684 137,684 00000000000005eb0dc4973ccf49f54ad7e1c853cc855a2514c4914a35e22831 0.03 MB 102 22
137,683 137,683 000000000000050a30f6f0d8e0e5b4e5a400ab52c276baefe0b895555691308c 0.01 MB 9 192
137,682 137,682 000000000000009d026e40827f6bd2caea08e4d935e5d99a98b777757d8a13ad 0.03 MB 61 147
137,681 137,681 0000000000000974a98ada921fe5058bec1518eeaaf9ffe0c5f4dcfae614dc32 0.01 MB 17 244
137,680 137,680 00000000000004576e5b78389884918a2d6db04bef514e12c547ac1e8434642d 0.02 MB 44 161
137,679 137,679 000000000000057329c7379381b1d2a0668462219c4f851c9813b94a234d774b 0.01 MB 41 127
137,678 137,678 00000000000000548e518a1e2a35859fab0468309e91cd989aa449dd71652a20 0.03 MB 51 216
137,677 137,677 000000000000092664dfecff7d2d569a14336b35cc7aa7fabe92c0b25fdd5ad4 0.01 MB 13 457
137,676 137,676 000000000000040ad16d8854086106d89ab989ad0e3e6308b93e70cdd786078a 0.00 MB 13 23
137,675 137,675 00000000000006752261588dd43fa3fc93d7aaedad4fe3730728e096e8c26401 0.02 MB 34 152
137,674 137,674 00000000000001cb0296628b09e22989d199fa7c68a56f2e86f06294e220cb2c 0.04 MB 110 94
137,673 137,673 000000000000089724a1c7cea896a78706b92cc51ebdb36ead5d85abe990b5cc 0.04 MB 74 155
137,672 137,672 000000000000024b0e11dd7286241d2a4ef04873ff8212fa1f71ff7f6bb2401a 0.01 MB 10 15
137,671 137,671 0000000000000534b53e8a4b06103c4a992d4fbee2ecffe88acb6b5eab9bd10f 0.02 MB 26 56
137,670 137,670 000000000000029780460ce2b804711dd50ee7c23df1a6429adfe74516151400 0.04 MB 105 390
Previous 10 blocks ↓
Total Size: 769.21 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.59 GB sent, 94.02 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.