Memory Pool Memory Pool Refreshing

60,332 transactions
37.08 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,447 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 4,245 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,446 (631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,815 873,815 00000000000000000001b8b1b546054b642021758b33965e9a709e7634655c0b 1.76 MB 4,112 13
873,814 873,814 000000000000000000008474941df0cabe0694278246154086b1d26554c1ef3e 1.60 MB 3,895 17
873,813 873,813 000000000000000000005825ba672771427bf521cf60ee950d3b2b311c5f2936 1.62 MB 4,104 15
873,812 873,812 0000000000000000000098bb8a5bc5a7550a282dc44c84749dd35619f66db165 1.62 MB 3,996 18
873,811 873,811 00000000000000000000ebfc54de6c88c4d5be0d6c7d17abd926c1d0905d29be 1.64 MB 4,204 17
873,810 873,810 00000000000000000002110b4a542f7fd9d54e6d034630c1687f04bac82bcb00 1.66 MB 4,179 15
873,809 873,809 00000000000000000001a3b90bcbe1125379ebb3395ea6666232034acb1b8180 1.64 MB 4,179 17
873,808 873,808 000000000000000000003d72c982c6eb884e1b2dc05f419da562a83e80339677 1.73 MB 4,446 11
873,807 873,807 00000000000000000001791cf3133c2a3499b96af5142645c12981d0ea9744dd 1.73 MB 4,014 13
873,806 873,806 000000000000000000016df4bd2bb774c247810133b1ede4a1f6b1288e833736 1.67 MB 4,305 17
873,805 873,805 000000000000000000010f1ddd316225069690bf7836a98cb6e1f05149af7d00 1.58 MB 3,962 22
873,804 873,804 00000000000000000001ce62cf45ff87cf0af61404c5332be536a118b1f82a39 1.65 MB 4,097 12
873,803 873,803 000000000000000000004ecfdb09799a531c6b4d5a494d2956b9d5f4e02a4866 1.61 MB 3,957 16
873,802 873,802 000000000000000000005c06a8a4a71ba24a67a254f5775a2f803fec774ab230 1.67 MB 4,297 11
873,801 873,801 000000000000000000010000c1ebad70198326d180a7c9765e0a7db4aa4f31f6 1.78 MB 5,032 14
873,800 873,800 0000000000000000000152945b169c0a359d586053ff4a4d175f48d5d50f3a77 1.70 MB 4,398 14
873,799 873,799 00000000000000000000595840441a230c2849b0e65a7503229e37cf7dad9263 1.77 MB 4,923 19
873,798 873,798 000000000000000000029ebc06349abc1bb50ee092b3c35a28bb31b24f8f5caf 1.69 MB 4,545 23
873,797 873,797 0000000000000000000135a6d849321334a21fe568a7fffc59391166aa032da4 1.51 MB 2,790 9
873,796 873,796 000000000000000000019eb345170ec397673008189c4d85a59ebcf5953c0ea3 1.68 MB 4,042 11
873,795 873,795 000000000000000000007c204fbe879fdd8c46cedbd8a9a91cf71d675feab0af 1.65 MB 3,921 13
Previous 10 blocks ↓
Total Size: 707.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,781.37 GB sent, 260.69 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.