Memory Pool Memory Pool Refreshing

293 transactions (0.07 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (828,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
79,964 79,964 0000000000024dc2ca6cd53fbc074d8d75475f9099eae3fc677de91d139c9ff6 0.00 MB 1 0
79,963 79,963 0000000000027a509b3fff6f03cdf4a452546fd92bb9c47111b1ad3fec4a99df 0.00 MB 4 0
79,962 79,962 00000000002b22b0d0ceac97ba685ae62e0c8ede452a57968513a3e3c9156814 0.00 MB 3 0
79,961 79,961 000000000054bef27f91b03c3312ad7a7948c11a506a3df454ee6d24c91a87f0 0.00 MB 2 0
79,960 79,960 00000000003cd75af87de5e23541dcff9767cc4fa4147b8917bbf766607026da 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.69 GB sent, 102.65 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.