Memory Pool Memory Pool Refreshing

6,313 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
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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (744,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,334 163,334 0000000000000a39727407cafa4f8eaa6f3c84d431430ce7d61024d61e2c4c17 0.02 MB 65 266
163,333 163,333 00000000000004c4799a7d88605055d79ee6881f55e279dc8ddfa6e714b6a5f4 0.01 MB 39 171
163,332 163,332 0000000000000c2a1f04fa2465afb1e88712f90037b658cd04f9274e52ab6f8d 0.00 MB 11 32
163,331 163,331 000000000000081b468a7c3eef32555456f3089981c0b2a3af0eb8d385747225 0.00 MB 7 67
163,330 163,330 00000000000004683e48092f1c47b8169ff1183c6257c9c828eaa21a3881ad64 0.00 MB 8 69
163,329 163,329 0000000000000bf803f47dba19357212f7453a910ef52b395e3bccc89c59bb25 0.01 MB 29 7
163,328 163,328 0000000000000c3faec2b3695c14be1eff39a77f05f1f8d09dbc86ad6847478d 0.00 MB 9 511
163,327 163,327 0000000000000c6462f695e2a403633660973c07fbbdad9f03174e1cb9b6b039 0.05 MB 136 59
163,326 163,326 0000000000000144416535ce19a7d86c8deb258c5e3def700221d6c008623e99 0.06 MB 72 118
163,325 163,325 0000000000000bc528992f79ee2fa6840e9cad258886d0ca4a655f29763cd31c 0.01 MB 45 301
163,324 163,324 00000000000000215dd057ec81bfb2d21a6c034f8443c734fb101870f0ef0db2 0.01 MB 8 413
163,323 163,323 000000000000007e61d3a69898198023a63cec31cb7f015b72f36fb90cbdb5b1 0.00 MB 8 25
163,322 163,322 0000000000000a5d29e2c00e3b094d353017b01d7bb349c9c53fb26f308981b0 0.02 MB 37 116
163,321 163,321 000000000000028082875f2bcb6a44ebaa80d97491be90f35f7fc2b3612928b6 0.02 MB 43 114
163,320 163,320 00000000000008ef85acd5c5574bfaba37afa7a5e6b96feb5a954e7a7ec476cc 0.01 MB 19 77
163,319 163,319 00000000000004da9b2195d2f864691f7ca911e7e5262db5b07bb74b3ecab2bd 0.02 MB 73 180
163,318 163,318 00000000000001e790f648a711a573110c270cdf5389d58465580c9380ee7756 0.00 MB 8 72
163,317 163,317 0000000000000b31d65e16515c618d88909d56c865a767e0ecb00411af8e3298 0.00 MB 12 101
163,316 163,316 000000000000085a7dc1052af906debbb6fceaa33f041aba74f1e19c81c37404 0.00 MB 7 63
163,315 163,315 0000000000000c8940081377653cfa880f46bf352117a3602ab371c4a10173fe 0.01 MB 39 9
163,314 163,314 000000000000031a7a913b3140c8a34478becd392e82b3fd0346149e9542a881 0.00 MB 12 54
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.