Memory Pool Memory Pool Refreshing

30,226 transactions
29.01 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,336 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,335 (396,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,238 466,238 0000000000000000014117825571f5dbe0d50e80ccffc62fb867c01b46af71d8 1.00 MB 2,833 205
466,237 466,237 00000000000000000009ce5c0175292c60081476bfc835d72b7f3dd87807f200 1.00 MB 2,832 272
466,236 466,236 00000000000000000007a91f7a0783df4fbb20ff2cc881e33a3795d20fab6ed2 1.00 MB 1,925 168
466,235 466,235 0000000000000000017a5555ceb23695adbab7e526508fcf9235f2431678a296 1.00 MB 2,536 183
466,234 466,234 000000000000000000b4c2fac3c75ca67abc79a26234d6da85c37b68a32d1177 1.00 MB 2,230 199
466,233 466,233 0000000000000000017103caf36b125053c086f1c1db54f7397d3f6c7e37d6f2 1.00 MB 2,079 176
466,232 466,232 0000000000000000012a7bdffefdcf5ff72477ce00ec0a7b1e2d7acde07e29fb 1.00 MB 3,190 199
466,231 466,231 0000000000000000001fc613341bae9c9ae221d16a879e2e92f112f3d56a1773 1.00 MB 1,818 210
466,230 466,230 000000000000000001ed105b8a8b2deade212eacab3ff0991abd2f94a8c97d9a 0.12 MB 157 410
466,229 466,229 00000000000000000130a69083d8657cf1b1972535c0183473030526cb4d871b 1.00 MB 2,177 194
466,228 466,228 0000000000000000010cb6967ca2aec1c67d847d80d8080445d0e617c4f263d9 1.00 MB 2,599 197
466,227 466,227 000000000000000001059a8f8bc4cdbae80fc06f5189db978dd471f4d0dc391d 1.00 MB 2,106 258
466,226 466,226 0000000000000000002ed4abefe9b79f2d217f940eb174f741c363b3e3573bfa 1.00 MB 2,357 259
466,225 466,225 00000000000000000171526b9bb6b0006dd33ac097ae9732657c6c151040358f 0.10 MB 294 204
466,224 466,224 000000000000000000adc1a115ff162a66a3fe7c7cafd574d2bea933f39a5f1c 1.00 MB 2,609 275
466,223 466,223 000000000000000000ce98766da83de2db44121b57845e5da2457b19cf984e7b 1.00 MB 2,239 199
466,222 466,222 0000000000000000017ba6df6d9604353d41cadcdfdcbf9bc3f9d92d1fee7bd5 1.00 MB 2,062 318
466,221 466,221 00000000000000000114ffa9978d7b8e6429c73ae64403845f2ec376e52267b7 1.00 MB 2,014 277
466,220 466,220 0000000000000000019a5e09dfdcdb0706709bc17f8726ca0ec4863193a6d05f 1.00 MB 3,145 275
466,219 466,219 0000000000000000016d9df4badb6485b654b93b871e39d4e92713c0d3d3ce0c 0.07 MB 243 294
466,218 466,218 0000000000000000001b5d485fa1e1bb4749b72793bed229997d69d5c82a0db2 0.10 MB 280 279
Previous 10 blocks ↓
Total Size: 684.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,364.23 GB sent, 103.64 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.