Memory Pool Memory Pool Refreshing

35,919 transactions
29.27 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,538 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,430 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,537 (458,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
403,560 403,560 0000000000000000036d27d6e546a999a79fd45e06189d3a7949a0b025d5b107 1.00 MB 921 14
403,559 403,559 000000000000000001bfbe858bd7c6bcab3d8ada8b0e4a4ddd0020ddcb83fe60 0.12 MB 239 36
403,558 403,558 0000000000000000051c6b1398fc8f6d826cdf9b4e890cbd4ebc2db7ad9a4a92 0.76 MB 1,340 30
403,557 403,557 00000000000000000698558d78209c64cdb3ea28ec978d8bb41f70d666d6db2b 0.93 MB 2,696 57
403,556 403,556 00000000000000000423a6c50389cc325af5034ea63e480ef27772f901e15f95 1.00 MB 1,235 25
403,555 403,555 000000000000000003473e42d55ed83957b53de3476bf384b4e80c472a1cdd6e 0.99 MB 2,582 50
403,554 403,554 00000000000000000597649479b486474079d5dba722018221862c49a05b3df4 1.00 MB 1,069 24
403,553 403,553 000000000000000005508b736defdfcb8f73641db1689848473f18672850a7e3 1.00 MB 2,150 42
403,552 403,552 000000000000000002e77b0332366e469e643a6a2b7ca984a1a29fcd2dabab43 0.61 MB 888 28
403,551 403,551 000000000000000004effc00a5049a3b3c656d39e776b4445007072169027a3e 1.00 MB 2,195 38
403,550 403,550 000000000000000003c2e42046b604577812696d33e55e932a20b13127f984c3 0.00 MB 1 0
403,549 403,549 0000000000000000049244852b9e896d64d85d5a0c3eb70f2f4e8441ad8361d2 0.76 MB 1,252 32
403,548 403,548 0000000000000000069d838b68a308e7094d48e034dbe154ce8169634a153a86 0.10 MB 212 34
403,547 403,547 000000000000000002d4b4cbcdba954f9bd494315462eb8c0afdad923ad1d79f 0.79 MB 1,703 38
403,546 403,546 000000000000000000b51aa83e329900e741677262dd85a87aef0e4d2ce066eb 0.35 MB 606 30
403,545 403,545 000000000000000004ef5815a4469233c975a605697e08e638621cb51e479fa2 0.20 MB 433 44
403,544 403,544 0000000000000000022af74e5aa45abd58963d49b7c0f90d00d4b13ff1dcacd6 0.60 MB 974 32
403,543 403,543 0000000000000000027e08355f6bc4dd6e36fea20ea5b598a0c39aab0a1ac6d1 0.57 MB 939 68
403,542 403,542 00000000000000000515aacdf509a1cfc314d62693e9ce1bd4cc305e31ed4a27 0.92 MB 572 12
403,541 403,541 0000000000000000002ffe926ba76a57bd284fb849a91b8899c5b8c63c30860e 1.00 MB 702 10
403,540 403,540 00000000000000000433b23f58db2c159cf4b62a7cd1a3beefde42d4dbefc4c7 0.93 MB 1,215 31
Previous 10 blocks ↓
Total Size: 685.19 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: 1,373.16 GB sent, 106.73 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.