Memory Pool Memory Pool Refreshing

4,027 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,872 (46,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,265 861,265 000000000000000000028c4cd530ba1f44f0fec979ef0ccfe5a151c9bf493c74 1.70 MB 7,044 2
861,264 861,264 000000000000000000003d3ba725685647d5371fa8426bb6d4683a34ae19980d 1.60 MB 5,666 4
861,263 861,263 00000000000000000000a07db199728d7601d88f2876725a40f37ca809bca24b 1.68 MB 3,856 4
861,262 861,262 00000000000000000000e85e089a44316170b916042da2e74112155a7bfe3262 1.66 MB 7,546 2
861,261 861,261 00000000000000000000efcefaf70a319c91375ecc212fb4ef9725dac651e54e 1.65 MB 6,044 3
861,260 861,260 00000000000000000001334e314f240155ceb6bf322d18ac64aaf29020ef731c 1.75 MB 4,815 2
861,259 861,259 00000000000000000002ee81e215e80d5da28c68babc540420471775f0d0fdf2 1.65 MB 7,687 2
861,258 861,258 000000000000000000006ff48be13637ba7962a4a8f509665bb7b460c37b6cab 1.64 MB 7,428 2
861,257 861,257 0000000000000000000216fbd0413e06cfcccd3f6ddaa03ee2ca72e5787d9284 1.65 MB 7,903 2
861,256 861,256 0000000000000000000134ffe1ed1ab2a3160a70cd272d916b5d45f26e75c594 1.60 MB 6,140 3
861,255 861,255 0000000000000000000117e0ec5124220fcdaaedcd940ee152f0a98b1f4b41da 1.65 MB 6,734 3
861,254 861,254 00000000000000000000af0883fe25e85fd20f7cdf83f5032386137e2376e71f 1.61 MB 3,017 5
861,253 861,253 000000000000000000022b1acb87673498ce38b079d42ab4d617a33703b52411 1.61 MB 5,959 3
861,252 861,252 00000000000000000000e368f3f19c8ad2a4a09e15e9575f0d89963a0e15b4a9 1.67 MB 3,213 5
861,251 861,251 000000000000000000002a9d2cd384f1c008fa9fbbcfc0c4bf92ceffb679cdf3 1.68 MB 5,762 2
861,250 861,250 000000000000000000022b8d69146d4baf648ed392bb64586a7a4c9c5e649a73 1.53 MB 2,944 5
861,249 861,249 00000000000000000002c765e0b9295f265d2a6886698d089bf36811e8ef076f 1.52 MB 4,424 3
861,248 861,248 00000000000000000002e777f67fe5790a78b96c749a406108e3ace68580bc8f 1.66 MB 6,964 2
861,247 861,247 00000000000000000001b9633995a7789dcfb5c3d4439e37f3834c08a8827983 1.56 MB 7,523 2
861,246 861,246 0000000000000000000288dcce0df32bf5510fa518330f95e4302264acdaece2 1.66 MB 7,397 2
861,245 861,245 000000000000000000009240d192b3f852dbd645b8fdae1f62330efbed230df9 1.75 MB 4,785 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.