Memory Pool Memory Pool Refreshing

3,393 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,617 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (46,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
861,244 861,244 00000000000000000002e13e48ecbfc89274b856e13d39edb4d4ce2698f5509b 1.63 MB 3,640 4
861,243 861,243 00000000000000000000c994a81354640cb470834b14e14657d7fd8c2036d8d1 1.59 MB 4,098 6
861,242 861,242 000000000000000000001e857419613e0437a7bb086b6e49e7c2bc4d403863cd 1.64 MB 6,925 2
861,241 861,241 00000000000000000001d982954580b44a9f02d5d22e960349dfeabfd277f621 1.61 MB 7,066 2
861,240 861,240 00000000000000000000b8220b1c3ea5dbd890172f6038e2b01d8c870087cb1e 1.62 MB 7,060 2
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.