Memory Pool Memory Pool Refreshing

30,231 transactions
31.12 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,404 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,276 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,403 (130,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,830 731,830 000000000000000000024ad0f51cb8d43010e9b5d0416a013a2c92d84113fd85 1.59 MB 3,175 10
731,829 731,829 00000000000000000008131227e422c9988262f0f756a8c09208f98886965ca8 1.53 MB 2,954 9
731,828 731,828 00000000000000000007a499bf63222ff66365c1bf4b3651a485605d365d60f5 1.53 MB 2,663 9
731,827 731,827 00000000000000000007444900d0ad0a2a9cdf9d8a8e44992a9a0eccf08b46ee 1.55 MB 2,623 5
731,826 731,826 000000000000000000069e11f97e0baaa797b05995f81dc5dac7364a6708de3b 1.07 MB 302 6
731,825 731,825 0000000000000000000039937d1ec81bc94b853792a355c2e8792304a2cc1174 1.48 MB 3,577 15
731,824 731,824 00000000000000000008f7577f7eba64a29ce8e4a6be2e7cab66ab56368a0062 0.76 MB 1,368 7
731,823 731,823 00000000000000000004dba18a072e2aac977dbc9d56a501b2cb8e99c105f593 0.39 MB 666 10
731,822 731,822 00000000000000000001e6f4623efe307886603e3722f8a54d597cc789725642 0.72 MB 1,480 9
731,821 731,821 000000000000000000068c49973644c15fbaba6923b419b3c521aa82ed89dba0 0.08 MB 200 11
731,820 731,820 000000000000000000079cb00f3e88eae2a4262a690a9c8727564537debc2a3f 0.52 MB 1,236 9
731,819 731,819 00000000000000000009cc31fbfb5b0c741b14f22a11921375f745160bdc66cd 0.00 MB 1 0
731,818 731,818 0000000000000000000326fed90833c18c9a152bd28db11c7b00f01a4f84d430 0.85 MB 1,516 8
731,817 731,817 000000000000000000038663f672ce29ea54eefaa327615aeefc641f9bbe6934 0.14 MB 348 8
731,816 731,816 000000000000000000050a72753b6e06336885a7e768be6626c3fcaf60f456eb 0.55 MB 1,054 8
731,815 731,815 000000000000000000080a574bbafffaa73ef59d8e0cb52335d259a096a19872 0.16 MB 338 8
731,814 731,814 00000000000000000009775f86fb93690a9a7c80bc896ff00559b5806f555351 1.12 MB 2,254 9
731,813 731,813 00000000000000000003f577d410b82423a7748d2c62509d8c5cf74253afdc46 0.61 MB 667 5
731,812 731,812 000000000000000000062b578d3b95affd17b93342e2339d4a6cc072ca73f2cd 0.39 MB 698 8
731,811 731,811 00000000000000000001f0f0073286120195846d19083a9ea64d901b5e1ef040 0.63 MB 1,436 11
731,810 731,810 0000000000000000000586c0cf876df41f0a98f2e03e42e7932591f3f31d4b3c 0.03 MB 77 8
Previous 10 blocks ↓
Total Size: 684.93 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,367.26 GB sent, 104.52 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.