Memory Pool Memory Pool Refreshing

8,781 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (632,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,861 274,861 0000000000000002bd6a722698ad90c66907de4fbb0677393c59eade94f35f68 0.34 MB 605 40
274,860 274,860 000000000000000030f6c6ad35043dcb9a62494e1a7e3428786a5782bef7cc3d 0.06 MB 19 6
274,859 274,859 00000000000000002a1034db3d8d0145b31628627468bde1d3e1de21235fd50e 0.05 MB 77 25
274,858 274,858 00000000000000049093046ade6bc715811a39dd170571d15c04b7580ac4a8d3 0.11 MB 189 38
274,857 274,857 000000000000000448d7b00a652bd37699bc563a82ce704aad7476f89d48a7c1 0.01 MB 28 32
274,856 274,856 0000000000000003bda2fd723e87f09682f09c84f7d719ce522c0633b0e9303d 0.24 MB 420 40
274,855 274,855 000000000000000397ef6d60d3f0a62c613094502bc68179bfc4e3597fd46702 0.09 MB 112 25
274,854 274,854 0000000000000000df06e698e236e79e77a9f6dd780d309e176450fa864d1aef 0.07 MB 59 15
274,853 274,853 0000000000000003b1c528c0260ef04c0bdc3e4d862e7c8a333d88bcd390700a 0.16 MB 306 46
274,852 274,852 0000000000000002f2a2b6a872d0c3f50b6fb1e7b458bee2d96c7a7fa1e5a2f8 0.17 MB 327 40
274,851 274,851 0000000000000001d7060b617fcf954715d5f237602aada538e38515ce09bd22 0.06 MB 118 33
274,850 274,850 00000000000000024298c1f9c56c41a4162c6a7c030a216a40b6187cde5f086b 0.01 MB 21 19
274,849 274,849 00000000000000036381168f7bbf57839558da3f263d6fb3e7f2a27ba7263267 0.29 MB 515 41
274,848 274,848 0000000000000000ec9e325bdc6a95b04900066227808b4d3f188fc492786390 0.03 MB 29 17
274,847 274,847 0000000000000003a68bbf2627d1ee22b2520faa17a3365930f0be527f1d6f23 0.05 MB 51 25
274,846 274,846 0000000000000004aa6724ccce61b4b3c44415c2bb0cf01fac574fafaa42c63a 0.35 MB 99 2
274,845 274,845 00000000000000039640a6499ed7487140058a1e8f41097f2a49716c35e3e1dc 0.15 MB 24 0
274,844 274,844 000000000000000463af87051a2046d04202af21342f9cb103b92effb279f1c5 0.15 MB 262 35
274,843 274,843 00000000000000029bf763917a24d7bfe9bfe2aa1839dfdd1d173a8130844cc4 0.25 MB 596 54
274,842 274,842 0000000000000003c649928592076ebc607ec888ab19f954e9a436988bf2d2a1 0.20 MB 373 55
274,841 274,841 00000000000000033fd3cdd5d31a6f8199a861867e7da31a2b371c84cee4191e 0.25 MB 733 62
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.33 GB sent, 92.91 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.