Memory Pool Memory Pool Refreshing

6,054 transactions (1.99 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (857,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,100 52,100 00000000038248c718edacda5a379db47d00577c516952e14c9ea52aef13ae5e 0.00 MB 2 0
52,099 52,099 000000001698f7fa72c4b03d136dff0aae0194b8f84a34eb573db232043ad898 0.00 MB 1 0
52,098 52,098 00000000146c1ec7b4488620b1ec4a6ed51ebef94da9ae4be06e0ab17e062760 0.00 MB 1 0
52,097 52,097 000000000724c9f9cf6249a0b1709950d701eac68a28ff21f2fbf27a90b35f86 0.00 MB 1 0
52,096 52,096 000000001cd295b45e751730d1fef952d267946e2710f1c888faeecf5a1ca64b 0.00 MB 1 0
52,095 52,095 000000000253bd24a2784e329b035b1732604a1347b76093cbc75fe89c082454 0.00 MB 2 0
52,094 52,094 000000000ae0b3468ec98cee83defc0f775501061e91aba555ba5b0c71fd6909 0.00 MB 1 0
52,093 52,093 000000000e8437b44c765c6bdba2abc16dc71fdb2232520ee245a738e04a006a 0.00 MB 1 0
52,092 52,092 000000000e22ebc8dbd1179cbab5fa5ff21ea11d53b372db5580f86b4be65960 0.00 MB 1 0
52,091 52,091 000000001ab83fdea652af0dca3bb894e909d319d164d05fee2d9c357c1cda20 0.00 MB 1 0
52,090 52,090 0000000014afc84cdd4f68b1477f44e76a7b7ae7c013994c2682a102265e6250 0.00 MB 1 0
52,089 52,089 000000000d6ad3ab6e6c1d96b0dafdaf778b4c51e260d0ac7136e9cf6dc264db 0.00 MB 1 0
52,088 52,088 0000000003ee9fb25bb967ef9a610f21397d353a57ade747008c76881480c5c0 0.00 MB 1 0
52,087 52,087 0000000010fdcc0798fceff3a6b7d23084110c3a1845564528b778eda2ab5fde 0.00 MB 1 0
52,086 52,086 000000001a1d95d5b6b2973dfc22c30400be109e7b0a5a1dbc0212cdff099dd4 0.00 MB 1 0
52,085 52,085 000000000f284060720446aac086eacb20fc88ecea6c1c092977cae2a208cdaa 0.00 MB 1 0
52,084 52,084 000000001e8a2d26a61f4826678134e20b0d739967ff6c580e763132e3d638bb 0.00 MB 1 0
52,083 52,083 000000001c7874677e3710f35beb22dda888b072461e1bc068e940e6ff2fe26c 0.00 MB 1 0
52,082 52,082 0000000004a108c861346f4a6286bacaace5f4b4e962a4347ea576be1ad4a51a 0.00 MB 1 0
52,081 52,081 000000000f530bddf65b66b97f67d44b2a03de42a6797b4372af33b6b161e719 0.00 MB 1 0
52,080 52,080 000000001d3267e06425ed63f7a070b70080cfedaae8e5a712f872903c642466 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,950.35 GB sent, 106.55 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.