Memory Pool Memory Pool Refreshing

4,468 transactions
20.27 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
886,548 000000000000000000028bb10000000000000000000000000000000000000000 ago 1.00 vMB 3,213 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,547 (3,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,644 882,644 0000000000000000000117d5069f2e32503892aa41f6cace239ea252b002bd4d 1.78 MB 4,515 1
882,643 882,643 000000000000000000006cb4769c834e14099c1eccac1456f39d7cecd29e4f17 1.74 MB 2,173 2
882,642 882,642 0000000000000000000006eb3834615f7392a92c0eabc787456b70fad18fc732 2.18 MB 2,065 2
882,641 882,641 000000000000000000010764ad3e1c353c2a21aedfd048adc40e4653972129d6 2.60 MB 1,632 2
882,640 882,640 0000000000000000000298b96d3e78eff3b9c8bf7b4f2e3156778cffedfca282 1.75 MB 3,160 1
882,639 882,639 00000000000000000002027c42712e9229cbde593359a1dc61bcee7b29ab4fce 1.02 MB 279 1
882,638 882,638 00000000000000000001ee4873e69810ee317c957dbd32f94a638b4077406520 1.45 MB 640 1
882,637 882,637 00000000000000000001b8a00dd12a0a8359949332b271e91f65b35b9b09a504 1.79 MB 1,661 2
882,636 882,636 0000000000000000000183615de520505af5f65211d3810a509d7bf3f344ec1c 1.68 MB 2,601 2
882,635 882,635 00000000000000000001ec6efb54f5fea00173142d328efa1420d03a220bef0a 1.63 MB 2,977 5
882,634 882,634 00000000000000000001ea4fb8d54ff8d18cf728f0a90d0afaac7ed3e9b0e155 2.02 MB 2,521 2
882,633 882,633 000000000000000000011b0a115e64b06ebd3c35cd8f0ad440aa7dbccc4c634d 1.86 MB 2,337 2
882,632 882,632 000000000000000000002f244025d50ebca5f3cde98afe41e3a426679a86547f 1.32 MB 1,225 1
882,631 882,631 000000000000000000022d817851e97da45826d4293eb6cb5d6ff94b514d6630 1.59 MB 1,603 2
882,630 882,630 000000000000000000006e458d3de7c24231ae2f065d315cb6d167a8b41c7bb4 1.72 MB 1,482 1
882,629 882,629 000000000000000000024bcdc0c653c32968ca0d54783fde05e2d947b378c321 1.75 MB 4,137 3
882,628 882,628 0000000000000000000154587278e3871e7d469244ccd6409b8412c9ada3ad1a 1.45 MB 2,438 2
882,627 882,627 0000000000000000000282ca4574ae4f19f2d4b654456d49ab71b9c05e433c97 1.55 MB 3,388 7
882,626 882,626 00000000000000000001cc7a135a6bf66aff4ace97d1e73bf27149b7923ca779 1.16 MB 618 1
882,625 882,625 00000000000000000001ae93ca6a167a025f8f28b1581356c6e3efc9a0cadbac 1.07 MB 839 1
882,624 882,624 000000000000000000020ec2f407cb355d970f3347e81c6da578836367e39a49 1.72 MB 2,685 2
Previous 10 blocks ↓
Total Size: 731.49 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: 2,738.15 GB sent, 119.67 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.