Memory Pool Memory Pool Refreshing

1,944 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,007 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,932 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,006 (764,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,551 143,551 00000000000000d97692e117ef59889ec6896b1ce6b3ec12ede179ecdb712995 0.02 MB 58 205
143,550 143,550 00000000000000d0d51892f9d718c87eb003630faa652e0ebde30f22ba4a6e06 0.03 MB 65 312
143,549 143,549 00000000000008a5ce0d50e0f9a8a0e99dae24876d4ca22c9b07611a8f22e7dc 0.00 MB 1 0
143,548 143,548 00000000000008881e23a84bd1173fdfe300c3c04aeabb98b4c68b21066851a6 0.00 MB 16 13
143,547 143,547 00000000000008b89dc7f79746dfe2fdcd931e5fd3dc6b6cdeadaff1c80097d1 0.01 MB 18 773
143,546 143,546 0000000000000441cca502ead4090baa9d8bfabc6ee6e7b55971044c34653515 0.01 MB 19 99
143,545 143,545 0000000000000365f11632d93cf0990a0e25c0081b77d10cc935a53f56c65494 0.02 MB 42 163
143,544 143,544 0000000000000511675c3845472195db43ec11ac49b01fb5d8439eae9f50a416 0.00 MB 14 0
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
Previous 10 blocks ↓
Total Size: 769.56 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,649.09 GB sent, 95.73 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.