Memory Pool Memory Pool Refreshing

82,616 transactions
32.59 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
872,348 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,922 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,347 (319,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,279 553,279 0000000000000000001d9cd63c4639549c28f51ffa1b868e3a2727299af600cc 1.34 MB 2,344 20
553,278 553,278 0000000000000000000728a0218c2939a8b5242dee5408c42595d9eabff8d585 1.11 MB 394 13
553,277 553,277 0000000000000000000dbe0abd7449641a34f9cf86100f1848b0c908536edced 1.12 MB 939 15
553,276 553,276 0000000000000000000ddffbe5fa9da58e7e8435e042fad4b4ba6d3eff207443 1.04 MB 620 11
553,275 553,275 0000000000000000000fd1c323b76d33321caa8c51f9dc3dbe9d1dbe71b4bc16 1.12 MB 1,415 16
553,274 553,274 000000000000000000173fdfcc054abf17bd89765c6be05ed8d3239272d8eed6 1.24 MB 2,483 22
553,273 553,273 00000000000000000001ea7cefa63224bce2bfabef9d78c072950cbba93a7ea4 1.18 MB 2,495 34
553,272 553,272 00000000000000000024297e38548efa810f2d226cb1e7d35ad4ac5585fe77b3 1.14 MB 2,077 32
553,271 553,271 0000000000000000001f87ec99f769100503e413802b29881b593234d574503a 1.05 MB 1,148 60
553,270 553,270 00000000000000000006fea1dc3777064eec1100fff63950bb063c3871a22814 1.02 MB 773 66
553,269 553,269 0000000000000000000f59e7fd09aa76d3b52d19e292123f3f35d0dc7d4a5df3 1.21 MB 2,542 32
553,268 553,268 0000000000000000001a92643f7b50a063f126be7ec5024cf42cfc535aa6f1df 1.25 MB 2,229 15
553,267 553,267 0000000000000000000368a8aa645361725206462bbca41880ebad4179e96b57 1.21 MB 2,670 50
553,266 553,266 0000000000000000001d8356c00b38f0ba74fac7582da693a8ca6b8265d32614 1.21 MB 1,739 25
553,265 553,265 00000000000000000030d3425484e6875a6e34797423f7d228ccf6b3b1f02ef7 1.29 MB 2,632 18
553,264 553,264 000000000000000000037973de492e29b494a6344198c1fafc0f4348cfaff26f 1.20 MB 1,517 20
553,263 553,263 0000000000000000002f3e00043560a4fe88ab175cc008d1ffd0afe8c751705a 1.25 MB 3,000 30
553,262 553,262 0000000000000000002cbfcc8e0977ebee487f67f7c3fd4bade8e971cf39c1be 1.26 MB 2,553 46
553,261 553,261 00000000000000000019f3a4a0db9e1346c49bca2872e76c7fb2117e9ff47df7 0.27 MB 491 15
553,260 553,260 0000000000000000000a3113d502f14540722a6581fa9c0e10ec2f21b22e7755 0.23 MB 363 28
553,259 553,259 0000000000000000002cddc2701f96cbd556a64f62469ac20484e39794db01aa 1.26 MB 885 1
Previous 10 blocks ↓
Total Size: 703.86 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: 2,630.47 GB sent, 237.24 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.