Memory Pool Memory Pool Refreshing

2,075 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,053 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (767,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,012 140,012 00000000000007e9c3a84ca4d49f9cf67b8921238c8b024b33bbc5e48044d964 0.00 MB 10 339
140,011 140,011 00000000000004ed192de6212873b2f8d379fca64d973cd8a0b8028af0a8b23b 0.05 MB 100 158
140,010 140,010 00000000000001d521227a994df6943326c0f8ae503ba3347ca98584b7a84e05 0.01 MB 13 1,061
140,009 140,009 000000000000007cafda062fe0248d5bcd11414a7cc8d963a7bb2f5ecf0700b0 0.01 MB 32 270
140,008 140,008 00000000000006b03b4a134b4047027f3b5a7fef9950560e3d401b9fd732af81 0.04 MB 88 121
140,007 140,007 000000000000029ce37c82b7c1bde2069d1d6c518f59983ac9413966142ea141 0.01 MB 22 259
140,006 140,006 00000000000007cb9e2c1d13c4157ca5291ee120549ee08216f9107ad3119d44 0.05 MB 145 127
140,005 140,005 000000000000049a6479cbe9e6a17f7c72126ce7191da22547d7c6fb115c5feb 0.06 MB 134 220
140,004 140,004 0000000000000548ab5ec173c781944c60c71fcd56d7d78b752fffe74727d5c4 0.02 MB 85 0
140,003 140,003 000000000000037540057370cbc584913fb9337d956aac6596fab0cd4ec16323 0.02 MB 32 477
140,002 140,002 00000000000008deb0325ba4c496dff9c710f81144c3410c1c0450971c3891dd 0.06 MB 131 240
140,001 140,001 0000000000000697dee71229cfbce9ac011b900f65702f62ccb09849f7556e88 0.00 MB 13 596
140,000 140,000 000000000000086e28cf4717a80066def0ec26c53d660582bd997221fef297db 0.05 MB 127 315
139,999 139,999 00000000000004c9097060ab759f560e95eea0692797f9c76b09f116d2fea629 0.03 MB 105 36
139,998 139,998 00000000000007ced1a3b1e801347892b2573c3ee74208e519ed3ac54141cfa3 0.03 MB 71 259
139,997 139,997 0000000000000757cb3d79b341ddf2522e1b98668b5ab9a07a719efbe0ad7e2c 0.05 MB 87 160
139,996 139,996 00000000000002e516148d2c801fd75e4a57b9f648b81926fbab8c089d8c8eb1 0.02 MB 41 288
139,995 139,995 000000000000076886502d6a41ba709589b4bccc907f4b1e69281d1bee0914e9 0.01 MB 8 44
139,994 139,994 00000000000000e9a9ea00ad6fc12fbfea912edb7954b2a64f58cc3d44fccd3c 0.00 MB 8 501
139,993 139,993 00000000000002982535448376b7103abe0e60ed6f783f945fbe6dbd8689e1a7 0.01 MB 27 498
139,992 139,992 00000000000005a97b876cdec88b5ab1ff6f93ef7a48fe1ab23616478a7da388 0.00 MB 9 40
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.