Memory Pool Memory Pool Refreshing

9,313 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,663 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (591,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,721 316,721 00000000000000002227c277889d656c86df6512953d710eee5275bf433667ae 0.10 MB 178 28
316,720 316,720 00000000000000001920fe605072325801db258d6cf3c383eceb14bcf9b81ff3 0.23 MB 151 15
316,719 316,719 00000000000000000cd5fc1fe02bcbb3ef3474d475353eb98e64e48fdc5584e9 0.35 MB 828 35
316,718 316,718 00000000000000000781bcb70bb508ec057746cd99c5d1de40b3214a868c2e0d 0.12 MB 258 33
316,717 316,717 000000000000000007912ad06e7aa58a8770d903e214d9b721d49e745e5f0559 0.03 MB 50 9
316,716 316,716 0000000000000000151dab5eed49112c59a11c11a8161d4544f6a440cc3b4ff6 0.26 MB 413 31
316,715 316,715 000000000000000024b43450063015a09bf5092d2566463737eb579601b5a06e 0.08 MB 172 31
316,714 316,714 0000000000000000225fa86c710960f5194797cce55424906ad391efd20580e4 0.12 MB 186 22
316,713 316,713 000000000000000011cbc0bd0c2b8c78f8c7971f88a323ab23d05f14423651df 0.19 MB 338 27
316,712 316,712 000000000000000006985309be3e940ffe9bf1bf7177dd1243e95a0c2e7f7eec 0.16 MB 347 36
316,711 316,711 0000000000000000141c16a99bd42517d75f393e3ece3bc169b2d603c36db72e 0.15 MB 268 24
316,710 316,710 0000000000000000000d66c70f88fbdf0a37c684ca8546691280d944d8db8a27 0.05 MB 126 36
316,709 316,709 00000000000000000ce4cc43bcc6884eeb0640f92c3d95f4db859720ea7e40ea 0.19 MB 384 32
316,708 316,708 000000000000000002b1891e09ef97464d085f837ebc2cf2034cf6f2e7541f27 0.04 MB 71 28
316,707 316,707 00000000000000002aca1851ff571eaf0824fc9b198d558c53f543ebd06a9474 0.48 MB 436 22
316,706 316,706 00000000000000000471eb98f829a973383ee8337553ad2eaf7b4e8f3104784a 0.31 MB 478 18
316,705 316,705 00000000000000002bbe1f04ac5197d95a25e8fa5bb8bb29c89ce60a5995c863 0.22 MB 446 29
316,704 316,704 00000000000000001f992d8b7fa879f7f83729fe4e61930e490b64ec36444992 0.06 MB 129 30
316,703 316,703 000000000000000020155f4d1759d2f2a2171c36a65f6612b771374f75e3ba82 0.15 MB 313 31
316,702 316,702 00000000000000000fc896339f9b496b989f533022db596f0e886cb0982b09e4 0.05 MB 77 24
316,701 316,701 000000000000000026eb784e83b2816c3356b10088decfc53d6c227610949961 0.09 MB 125 21
Previous 10 blocks ↓
Total Size: 769.28 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.61 GB sent, 94.36 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.