Memory Pool Memory Pool Refreshing

10,303 transactions (3.40 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,531 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,790 (828,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,985 79,985 000000000055014936050e354dee77acb9f0f32fd7f97b2edaff236ed77bcca3 0.00 MB 3 0
79,984 79,984 0000000000420521ba8a95ea524d02b9d0ef5fef7af72972af2b59084987f13d 0.00 MB 1 0
79,983 79,983 0000000000031a2408cdb902b7df87fb1e73a6ff5272b23090781c8f50140153 0.00 MB 2 0
79,982 79,982 00000000004b04f21502ab39e699a47e880a56f792adc2c88d735511ff67b4ee 0.00 MB 1 0
79,981 79,981 00000000001f2629d3ed1b92233c1808c2b3bf1307f6657119e12d7f514b0a53 0.00 MB 1 0
79,980 79,980 0000000000210963566172088dc6c50b23a8794fbe92a1247c8ba6370a25494a 0.00 MB 2 0
79,979 79,979 000000000002a7b88b9ba97ece8d6df04c68d102ac6d5374d4822ab9cff150a1 0.00 MB 1 0
79,978 79,978 000000000018ff0d3b5d9dc048e91eeddc6a1ebb74e14cf017a14d47ef9419ad 0.00 MB 1 0
79,977 79,977 00000000001c030d4e916ffd09387312e23fab7905244669b30b019713dcb31c 0.00 MB 5 0
79,976 79,976 0000000000234a26e0b2171de434eab72bed34f695ae5a3058de3f4d65d35359 0.00 MB 1 0
79,975 79,975 0000000000523fa660211f31f47133a116d933399aef3f2306be12bc7d764268 0.00 MB 1 0
79,974 79,974 0000000000377029d81ec9e88b5a66b04c23ff28b58b27af75b56de0bd0fba6f 0.00 MB 3 0
79,973 79,973 00000000002897bbde8e83ce400636951cb9eeb096a0dc44f5e066204bf99d6b 0.00 MB 1 0
79,972 79,972 00000000004c655fef1e7d3880c8d721afebb076d9989cc7f978adbef5ecb56e 0.00 MB 2 0
79,971 79,971 000000000040ffa23512d8fc2ae4e312e318418e82908998e249f5176ba51271 0.00 MB 1 0
79,970 79,970 000000000012ec30ed9d84c01ea85631c2569abae845f950bb845e929215b861 0.00 MB 1 0
79,969 79,969 000000000039a491cdbf4cf9a966e719711d6bf2d0332b81ab1775601b33f458 0.00 MB 6 0
79,968 79,968 00000000002de35122b5e6f2261cc26162d99c91bf0f814048231930f88ad9c8 0.00 MB 2 0
79,967 79,967 000000000024cb7e193ac0ad6162c609884a8a07b925843002b4b88ebf70cf44 0.00 MB 2 0
79,966 79,966 00000000003bc48d3847436f5eadc20c24fddb4f971395b62924849077c3c628 0.00 MB 1 0
79,965 79,965 00000000002f0217937d548d6544e87b789a85a54db6ca3ab6101adb95fec126 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.17 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,857.18 GB sent, 102.93 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.