Memory Pool Memory Pool Refreshing

6,159 transactions
2.10 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
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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,365 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (16,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,507 891,507 000000000000000000023997d54cad43a00f259ec262286ee9bc408ea5da5205 2.04 MB 975 1
891,506 891,506 00000000000000000000bc7d1f6927d995133067349318628b1f15133bef9880 1.67 MB 3,539 5
891,505 891,505 00000000000000000001140d604ec4bd55998ff63969185e9220d0a95079d614 1.71 MB 3,338 2
891,504 891,504 00000000000000000001f61bd6c7f6f46e2c8558c5c3277cce6a7ebe850d5db0 1.62 MB 3,150 5
891,503 891,503 0000000000000000000247e5a207304b74597d7e69ca06047b0dcee791af403f 1.67 MB 3,497 2
891,502 891,502 0000000000000000000045367fe23c5af3ba4696a038d723a4f281770864e28b 1.64 MB 3,776 9
891,501 891,501 00000000000000000001de6d1b6cd75942c994b6751a99f1e29c35ecfa082650 1.62 MB 3,361 10
891,500 891,500 00000000000000000000f1579521ceda12e3e514d255f3445850edd4d987a980 1.61 MB 3,395 5
891,499 891,499 00000000000000000001bfaa9acc8761783d45eee6fc7c45b8ab55f5394db264 1.64 MB 3,129 3
891,498 891,498 0000000000000000000145ae49892dd292d3ce3e86a443907db9b974d63a996c 1.71 MB 3,373 2
891,497 891,497 0000000000000000000211a523295d6f67003808e1a40a9f0203093721e8ab00 1.62 MB 3,340 5
891,496 891,496 000000000000000000019e783138032d09a28e601279df388ee2812ce229318c 1.66 MB 3,891 4
891,495 891,495 0000000000000000000129dff411411edb7a1198945df3fa9dd5b9c00141e245 1.68 MB 3,442 13
891,494 891,494 0000000000000000000098b82590becb0facaf3232a0b60b0200b69827b53d96 0.08 MB 213 2
891,493 891,493 00000000000000000000c6881f60793957363d384707e322ee685bfd5fb214a5 0.40 MB 1,132 5
891,492 891,492 000000000000000000014ad798f21563a995f22d96c97574ef54c0864592c78d 1.45 MB 3,260 5
891,491 891,491 000000000000000000019321cbdf88f6fc4f67f3e5becad8a17071066efa9c83 0.22 MB 552 4
891,490 891,490 0000000000000000000211c45b5dc983dce7ffc171e42100b91626aa5fafed16 1.48 MB 1,609 2
891,489 891,489 00000000000000000000f578afcdc95d7b289a9872a6756c1e005d930762aff0 1.29 MB 1,769 6
891,488 891,488 000000000000000000019f8e221877d742f7c64aada5eaec10c4ed5a56c58e83 0.52 MB 822 2
891,487 891,487 00000000000000000001062a11f05cda1cc1db20a1c831854c2cb87e36a65f6d 1.47 MB 2,368 5
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.10 GB sent, 94.16 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.