Memory Pool Memory Pool Refreshing

4,023 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (764,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,543 143,543 000000000000001a67c48cb260e4cb831b031774b11ed36d45b5ca8cad4fdb8a 0.02 MB 49 100
143,542 143,542 0000000000000502a683490f9e505a1a35700549b9f1f6cdcb2d17b5c185060b 0.00 MB 12 28
143,541 143,541 000000000000080fd9ad2ba759bba1f3bcbc26e97954f8be3828d2fc0634c0d8 0.04 MB 71 61
143,540 143,540 000000000000047230f92d1b3c654357dc765762ea694e2e0ec2738bed207473 0.00 MB 13 67
143,539 143,539 0000000000000883035f074813ff244fb1873d7cd6563a86843f0a7184caf18b 0.01 MB 24 634
143,538 143,538 0000000000000500d5bce2d63fe084e4ac44b40e7887ef317719e7a1d22d9911 0.02 MB 59 167
143,537 143,537 0000000000000850f7e58ba0e4f941a7e56ed90205af0ad397e5972ff0415c4d 0.00 MB 16 318
143,536 143,536 00000000000006a757e59e5e92bb6409dbde1345b40d5a8180cdb263f94fbeaa 0.03 MB 97 78
143,535 143,535 000000000000058f71938647227cc254004831b0f18e7c9d78f9c0ad7927de74 0.04 MB 111 154
143,534 143,534 0000000000000322168cfbfa140b9301205c53bc6b41899d39947a5bea0e4556 0.01 MB 9 3,432
143,533 143,533 0000000000000230cd8fcaa669a20825d3c88e752b8430ef8d2790618b33a917 0.01 MB 31 243
143,532 143,532 000000000000041734c92e82040a2f42a1e43cfe079278727ea70e15b27b2422 0.00 MB 13 266
143,531 143,531 0000000000000484d48ba62fc72bd44bb3d41e9b7f88cc628d73a2d0f72bba18 0.03 MB 49 29
143,530 143,530 00000000000005447fc67a34730a9b12f07d97613df60d8ec21e1cb918eca349 0.05 MB 92 450
143,529 143,529 000000000000039f799cc46a0bc0fa979ff2d9be3cb73e90d765e109669272b4 0.00 MB 3 778
143,528 143,528 000000000000012e1096aebe376e15482669457a0f0102cb887c6d312be86dee 0.01 MB 36 196
143,527 143,527 000000000000015f7d80e8f11949f3123980119bec615577f1b86c28eabfc071 0.02 MB 38 112
143,526 143,526 000000000000088220c76df2704c9965a47d91cf51e1250f84824513b350340f 0.01 MB 40 43
143,525 143,525 00000000000000ca89607686723212d230addc70fe335a515f3064024874790a 0.02 MB 64 176
143,524 143,524 00000000000002c108e56cc487d45469549664eda945c53baa0efddb52ed68b0 0.01 MB 41 288
143,523 143,523 000000000000010a97bb2ac3fe86720327116720068d8cbe64f9fac9b723b331 0.00 MB 11 78
Previous 10 blocks ↓
Total Size: 769.38 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,644.25 GB sent, 94.87 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.