Memory Pool Memory Pool Refreshing

37,247 transactions
31.97 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,423 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,422 (431,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,439 430,439 00000000000000000472b61d87704df3daf04f09b1b47cfef3eafc183114209c 1.00 MB 1,177 30
430,438 430,438 0000000000000000001d2e0a77da978533a30837af6e90e8b812a1279d57e2af 1.00 MB 2,288 77
430,437 430,437 00000000000000000111b7692f892f889a5e41730f230800860f7aa2685e29d1 0.65 MB 1,094 51
430,436 430,436 0000000000000000003308dd3e3848eece2943cb6bc3490bff2733b266465f19 0.23 MB 624 67
430,435 430,435 0000000000000000047382e78ac0f791c5815bc5527ce499c3d3ea749636dc77 0.75 MB 307 8
430,434 430,434 000000000000000001347026100b67361e07b025b147aedecdf4b03ec32364af 0.10 MB 304 71
430,433 430,433 0000000000000000046941e3b2694b2f75b5a502cea637661fc12b9b758aa44d 1.00 MB 1,952 52
430,432 430,432 00000000000000000214ec42dcf43172e31ac2925535da355dc39af679d11773 0.03 MB 92 57
430,431 430,431 0000000000000000025cd51d08a66b5033361a1b36c7f0dff3756167d6af24ae 0.77 MB 926 39
430,430 430,430 00000000000000000132aa487f5a536c340b4dadb10a7ef30a93cc05ec42b961 1.00 MB 1,681 58
430,429 430,429 0000000000000000030f45c8b205e4d06d8b092301f88343716ef53d16b6d618 1.00 MB 1,612 80
430,428 430,428 000000000000000004ae4582fd7ab116697e7d1061f13835acd5d05c06f8cd4c 0.10 MB 74 15
430,427 430,427 00000000000000000129385790307d479b00b4a757daf0eabe5904e7e1c6e226 1.00 MB 1,385 55
430,426 430,426 000000000000000002dfbf7318acc58693fe3c36b44d2cb136deec0732a2f73f 1.00 MB 625 20
430,425 430,425 0000000000000000018f4f1aacc557aaaea8d26043b35c17948e5af5dcf94e22 0.47 MB 972 59
430,424 430,424 000000000000000001677e7dbafdeba8b50223e7d989f138dac55b6aa9caf408 0.41 MB 677 52
430,423 430,423 000000000000000001e4b15726430c8f10e5108c0c11ee7fa5307069919490b3 0.20 MB 529 75
430,422 430,422 0000000000000000004ff65dfb740ae87840f5f822a1994f3b19362628137745 0.76 MB 1,535 54
430,421 430,421 0000000000000000011a47930a384702a5dff8c244a423e0248f1272010f6cf1 0.38 MB 805 52
430,420 430,420 00000000000000000295686f0dbb1222d0d4194cea7ca7acadf7c8fd9efc3cee 0.99 MB 2,255 55
430,419 430,419 000000000000000003218e20e89b5768d843072e61f7886c531f3ad6a85582dd 0.41 MB 1,073 64
Previous 10 blocks ↓
Total Size: 684.97 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,368.33 GB sent, 104.77 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.