Memory Pool Memory Pool Refreshing

9,505 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (795,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,343 112,343 000000000000fe7d977f76ec2fdd36e1435ab68c235064a14b23d1ebf5fa80f9 0.00 MB 8 0
112,342 112,342 000000000000977d8cfcada3fe7c77f857324cc61e15a732b814ae2226f013b1 0.01 MB 20 676
112,341 112,341 000000000000f70435e67759e564d2daef8dc9c20ccd0b1587723b4e2be2c749 0.00 MB 9 349
112,340 112,340 0000000000010a0e082d7f2a3143f332d73f665857c5e179499a38f5e64addf0 0.00 MB 10 724
112,339 112,339 0000000000005ba6909c10e215aec501120cd945edbda10c68df70f0c4455007 0.00 MB 12 660
112,338 112,338 0000000000007cf8b81e9d220b73b24a952d8035cde8cd0a3c75d7f6a068b010 0.00 MB 12 859
112,337 112,337 000000000001029f6c24d2b84d9c2ffd7fdcc548c9b3c3a69333fe5c1ad31432 0.00 MB 11 348
112,336 112,336 00000000000023d03d8ba972ac2c7974ed3e8fa3a3934163b7e3daec29f5de5d 0.00 MB 1 0
112,335 112,335 00000000000012d727d30fd0fb98aa84c7ddb416e92e8536c3ea19553c16242f 0.00 MB 10 335
112,334 112,334 0000000000003637444280bbbee63bf0cc3356a07f93542aaf8194fadc0beb28 0.00 MB 13 617
112,333 112,333 00000000000013f533a00ba782f2e8911afbaa717eb025ba54b0d828d14681af 0.01 MB 25 310
112,332 112,332 000000000000bc2af9ecd9663d1bff6446560e16e3970540eb7ae24b5d023269 0.00 MB 6 343
112,331 112,331 000000000000d5d8508dcb7eb8c89821cf6374d2fcf1124d205daadb7d6b1d11 0.00 MB 12 885
112,330 112,330 000000000000aa7837bce634469204898418ae7d6057eba1f62ee584a11a9b19 0.00 MB 14 1,153
112,329 112,329 000000000000ca21f37ee6558833a9ff97bfac6d2b3635c8ec2a5e073fe09505 0.00 MB 1 0
112,328 112,328 00000000000038c701a650a0a0969d84c8f3e41ae02577add2f0c8256314bef7 0.00 MB 8 779
112,327 112,327 000000000000aa17786d5b02747cb8650ce563ec21914b00dd83caa5c08d8f16 0.00 MB 6 0
112,326 112,326 000000000000bc6765bb6b97ba93beffbbf8dae218eaf4f5aec4fa315f163c5f 0.00 MB 7 543
112,325 112,325 0000000000011cae04a2178fe1f0e81af72b056cd8b9c0e828d864f92e3f2c20 0.00 MB 9 690
112,324 112,324 00000000000073cdc2731b4ebd22f9d5fd69ce8125bb63a699cba4525cd8681d 0.00 MB 15 2,020
112,323 112,323 0000000000010c530e093d05c229b79e243a9e9fee1e692236bb8ceae4e43833 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,624.99 GB sent, 93.01 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.