Memory Pool Memory Pool Refreshing

6,845 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,297 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (764,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,558 143,558 0000000000000352deb644dce492aee064d3684fe445fcefbea57b282e7f986b 0.01 MB 10 50
143,557 143,557 0000000000000628b7a91bf2f09e266913c458977850fae7bd53cdd4af081ce4 0.01 MB 5 948
143,556 143,556 00000000000005571fe801e079a20834baccc370b3476a82dd3423e7d6d83351 0.01 MB 25 321
143,555 143,555 00000000000007358414813d836826ceb4b27384bffac3210fc2cad800c7fe9b 0.00 MB 3 0
143,554 143,554 00000000000003176b726ea62ff9dda16ece782a5edc184a59159f4b826cf92e 0.05 MB 137 28
143,553 143,553 00000000000008677f5ad65272bd515b0d440f70fb0c6efdd4bb19626e4b5e7d 0.00 MB 15 52
143,552 143,552 00000000000008209287a936d10c94e6544fbe66b726af26dd13552a897cecd9 0.02 MB 25 218
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
Previous 10 blocks ↓
Total Size: 769.42 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,645.25 GB sent, 95.05 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.