Memory Pool Memory Pool Refreshing

31,488 transactions
27.66 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,468 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,727 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,467 (17,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,427 846,427 0000000000000000000007519c121e7780c5b169feb23bfe724e01513470ad02 1.59 MB 5,664 18
846,426 846,426 000000000000000000005565899bd6c0bdf57eb5035cbb6af6d7ffc8214c52f9 1.55 MB 7,068 17
846,425 846,425 000000000000000000030d2671154e310bcf41a876f55443c35948cee0252cc7 1.59 MB 3,652 24
846,424 846,424 00000000000000000000f09f0f1cc118ca1b8158117a88733c0c991ea4d6963f 1.60 MB 4,334 18
846,423 846,423 00000000000000000000eba56900650e5a53b048e9b53c972139943f3fa8c5b1 1.77 MB 2,913 23
846,422 846,422 0000000000000000000055fd57690db4626ee3782e8fb127d7b011b8e2aa70ae 1.53 MB 3,093 32
846,421 846,421 00000000000000000001070f834fa6e3e0381db3d5dcda5d397970db1e2263ad 1.55 MB 3,547 25
846,420 846,420 00000000000000000002734c044dc6e9c4c89d3b70df87497e63f2a244869669 1.53 MB 4,107 29
846,419 846,419 0000000000000000000211f80e17c925b8a34eea0643b40e147d7d00a3252053 1.48 MB 4,349 39
846,418 846,418 00000000000000000001169a7e9391a4417bb959fe5baf084a38889cf09049ad 1.48 MB 6,426 38
846,417 846,417 00000000000000000000a8e0d45d6637f5ffb1e480ab24cb2d57d5611ae16d3b 1.50 MB 6,458 27
846,416 846,416 000000000000000000000abe15ce20a91970f6dd7d37905b06c986a774d41da7 1.45 MB 6,664 29
846,415 846,415 0000000000000000000201a16010222f70df10f2edde06e9a84ff623769dcfde 1.44 MB 5,045 33
846,414 846,414 00000000000000000000e933921ecc0d540fd8a7989b55daa9d27b944024a9a5 1.44 MB 6,546 19
846,413 846,413 00000000000000000002fb05533abe4eae1e802a5304c1f1498748513425d573 1.40 MB 5,787 21
846,412 846,412 0000000000000000000027e3d6832d1a6a0db0598aca58bee9720f2081307dfb 1.45 MB 5,063 29
846,411 846,411 00000000000000000000456a554ad36a748e78fef7b48c0eb895ad81fac0a004 1.49 MB 5,877 21
846,410 846,410 000000000000000000022fb4e279e40d26247bf26b8ccc47ab06047c137f0e88 1.46 MB 5,831 23
846,409 846,409 00000000000000000001cf6af67d471befe1be23485dd716c56fd93f88b2373f 1.44 MB 4,315 26
846,408 846,408 00000000000000000000df905b8da59625397a7271008442e1f0ae01fe8ba462 1.63 MB 5,708 18
846,407 846,407 00000000000000000001ff5bfadb861a030bcd04d08899477b00474266d32e33 1.91 MB 3,847 25
Previous 10 blocks ↓
Total Size: 687.01 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,501.39 GB sent, 118.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.