Memory Pool Memory Pool Refreshing

6,348 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,668 (75,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,760 831,760 00000000000000000001f0610251d4153394375b30d65ce07fa20f32a2e6736f 1.65 MB 3,069 21
831,759 831,759 000000000000000000028960057e8408c8320171029f1647a3463cdf5b454814 1.54 MB 2,109 17
831,758 831,758 000000000000000000020db43d7319a6505819d520be1d402b2b7aa5577e4d71 1.15 MB 457 12
831,757 831,757 000000000000000000025795861f26a74803cbed59815ea61dca682172dbd506 1.53 MB 2,093 15
831,756 831,756 0000000000000000000173e39d27245e658d4037b0b65f3e43a5c17ff5c67104 1.26 MB 1,393 12
831,755 831,755 000000000000000000007cb6a56bbdb5374bd175129affa19b5492ed41e901d0 1.30 MB 1,524 13
831,754 831,754 000000000000000000013d2dfd11df39ec47f6f95648d58e0b594ce53d71fdce 1.13 MB 889 12
831,753 831,753 000000000000000000017301eeaa86981627cca4beb009aa2aa93d29b7a6f3d9 1.14 MB 820 12
831,752 831,752 00000000000000000000c7fb92176bf10e424a7669ad55def2a0657180ad5c79 1.21 MB 619 12
831,751 831,751 000000000000000000021944b84e84ee9e756ceacf2e06ce9287d99f86ca212d 1.87 MB 2,354 17
831,750 831,750 0000000000000000000358e2dcdbc51327b3d05e88b439e28db7f8c1229f5143 1.57 MB 2,883 22
831,749 831,749 0000000000000000000018267c6fe7e94912c32f141fb28fa1306320f2a7410b 1.12 MB 768 11
831,748 831,748 000000000000000000031c3cd1e29b8e7b661935bbdd9f80d5387553cff7e454 1.42 MB 1,752 16
831,747 831,747 00000000000000000000a919c394fce486d28ac0cd50c652e5108de9dda5136b 1.32 MB 1,222 19
831,746 831,746 000000000000000000012de700e1f085c4403cd8582e73992347428fbb37da6a 1.48 MB 958 11
831,745 831,745 00000000000000000000ef2fb72b4798c352f778bab60736d2c3130fc2b5ec3c 1.51 MB 1,711 15
831,744 831,744 00000000000000000003583df27bd9deca16a33c75628411cf848440507d2ee6 1.58 MB 3,024 25
831,743 831,743 00000000000000000001e45bf1a254bf3f1df36353ef81d60f2b4d74e572eba6 1.82 MB 2,485 15
831,742 831,742 00000000000000000000ae79d3fa98dce1707b8b829af466016932535dead404 2.73 MB 2,926 11
831,741 831,741 0000000000000000000049c3d9a04b7f60e6419740b5770deb71315c9f47979e 1.55 MB 926 13
831,740 831,740 000000000000000000032e15e0b92ef17862374a100cf2543773917369a636d1 1.96 MB 1,116 12
Previous 10 blocks ↓
Total Size: 768.92 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,603.90 GB sent, 92.41 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.