Memory Pool Memory Pool Refreshing

13,599 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (749,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,627 158,627 000000000000031de830da8e3259655ede938c8e83c0d75bc47031bc91b1c8a2 0.02 MB 34 136
158,626 158,626 00000000000007f15d86499514d07893b9a904fc9f8a195785bc03c85a37dcb5 0.04 MB 102 23
158,625 158,625 0000000000000c0dc848d3134e2d61f34f53b1b99d88a844b5869ad744e6cccb 0.02 MB 48 114
158,624 158,624 0000000000000dc484b3ea5ded3552f24b45259ed11e05b90ed1f37a8985c0fd 0.00 MB 11 0
158,623 158,623 00000000000003630a79a8a11b84b422655d75e6e4e063f280d8c258e3c34ea1 0.00 MB 13 67
158,622 158,622 0000000000000c3178a05297e702047eb41578939f2fa8b908caf076dde51c33 0.02 MB 63 308
158,621 158,621 0000000000000ba6cfb028e7d45f90e3b06c37d49dee8f3d88901afff91b3bfd 0.05 MB 113 225
158,620 158,620 00000000000000774db91c4d67dcef84afc6cb82e528648c539fbab46d785f90 0.00 MB 13 566
158,619 158,619 0000000000000b50f24e67a0ee4f09234a27ecaa8f7583ef195796f63d2e3ca1 0.02 MB 44 159
158,618 158,618 00000000000003a51e74a84c542f662c4fc5054d3762491a75772250af73c7e5 0.05 MB 138 78
158,617 158,617 00000000000006efee3ef098246fdb338f9fa9c0edabc519ddf974a7565219c9 0.02 MB 46 58
158,616 158,616 0000000000000a745ec7d1eccd1f3b4b1ca50a9d7155bafbbeb1a06e38cdf8d0 0.01 MB 31 131
158,615 158,615 00000000000005e178d2f2011f302d6231c09f10f2be37b711c596844702ea73 0.02 MB 51 205
158,614 158,614 0000000000000e024a8a156dfdfc5b181697e1f284c1e9e8e6865e8943c6869d 0.04 MB 111 129
158,613 158,613 0000000000000c58469d588294b22caf398db19768f9ba2c1daebde067fdf61f 0.02 MB 66 28
158,612 158,612 000000000000048d29b6f4755b8661a1f15d3df250d95665598586fa85574162 0.00 MB 1 0
158,611 158,611 0000000000000b65b3522a349c45220de38f7de57d240d0c55777fbe471ede79 0.01 MB 8 14
158,610 158,610 0000000000000d15b4f8c017c83122d0f01b6a60be0e0075e0dcee4578b3a5a5 0.00 MB 8 193
158,609 158,609 0000000000000b26ec1a51a933cfda07060178a7186a71a6393a02a94b5045ce 0.02 MB 60 290
158,608 158,608 0000000000000bae4e58df1ebcc02b7e562453352de9130bb32a2280559e56a1 0.00 MB 13 153
158,607 158,607 00000000000003056b628d9f3b05f11191cd2e8e4ee2f0e86639b762855e5054 0.04 MB 148 50
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.