Memory Pool Memory Pool Refreshing

6,563 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (783,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,386 124,386 000000000000445663ad58cf22ee65a353c6b47b792f0bb7400108e9321af610 0.00 MB 13 311
124,385 124,385 0000000000005216c0021190cd15e388f064987ed4ee3b9562ab91271d8034e9 0.00 MB 9 349
124,384 124,384 00000000000065ba834ad66dc5e78040db85b74041a9d3cda9eb2d06f5ffb399 0.01 MB 18 727
124,383 124,383 00000000000053a4bc6990ea1f0fc7c954f89cdf30f834e1e630c80d3aed804b 0.00 MB 9 333
124,382 124,382 00000000000039f7d78aaebdb6ebf1570484b815c2cf32138c1304b3648077d9 0.01 MB 20 624
124,381 124,381 0000000000003002fdccdce5624a6d4f8f6d6c47027ac34406342b1ce6f8e172 0.00 MB 11 15,887
124,380 124,380 000000000000189c5a26c86186d062ec6ccf0f9f264ab97aa7d2a38e3b1c916e 0.01 MB 25 721
124,379 124,379 00000000000018e7197dd6fca37d21af34602055c7f5c75eedd9e34cd1077ff2 0.01 MB 41 79
124,378 124,378 000000000000322d1a48d267bf1abe2b79c46202df296cec391685a1f10e29ce 0.02 MB 26 813
124,377 124,377 0000000000000c7128d189f9a14e013eb9207bef8520bcb6319b6cd7b09bc997 0.00 MB 10 674
124,376 124,376 000000000000103e7a789c4555c9534f0590a92c09ba0266a7ad47b72b00efcc 0.02 MB 39 853
124,375 124,375 00000000000029cee119e5d74fbcfe024206a75492cb38777835e294adc4508b 0.01 MB 9 793
124,374 124,374 000000000000315975a910e322ee052ffcc94680a15b570dbb81b2d0b78ed608 0.01 MB 19 350
124,373 124,373 00000000000062902feae7b7cdae1848be3d6043d0cbe92f6f83ed28f1312add 0.00 MB 9 0
124,372 124,372 00000000000016ffb67c44a78c3ca64c9f368c5da5ee844f833bf521fb672c2f 0.01 MB 13 910
124,371 124,371 000000000000512bfc75fa9218a2f87776071d06d1538c06ee831f72cd56fe01 0.01 MB 14 1,691
124,370 124,370 0000000000002210d9cb9435b4f0848295b57ff9a490f794cbdc51a51caba8f8 0.00 MB 5 2,429
124,369 124,369 00000000000020bcabf782dbabc9d82c0509549b21f569801722f4c3d2c0beff 0.01 MB 10 779
124,368 124,368 000000000000300d239ebb952801c772a9870414cd5296bfa2277a592429bf5e 0.02 MB 31 178
124,367 124,367 00000000000058631a90ff581564ec912f55226d041993f32e6d75e889f87daf 0.00 MB 4 742
124,366 124,366 0000000000002757a6ec8395c5a70e36fad2ec012f890273a14706a1fcf227bf 0.01 MB 34 282
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.