Memory Pool Memory Pool Refreshing

77,481 transactions
31.67 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
870,208 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,715 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,207 (259,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,389 610,389 00000000000000000008a9624b2499b71b7b48c4df19b7dec23bec8f509ed14b 1.20 MB 2,570 22
610,388 610,388 00000000000000000003126a0469eb4829d85f7560a84a9cc8c10999f74bc426 0.06 MB 179 15
610,387 610,387 00000000000000000008c2606af3bbf52ed9027ff6985312876fe1a1c5fb9fbc 0.75 MB 1,780 12
610,386 610,386 0000000000000000000c761e1273941061b8d6ccb601be04a39d20d0e7bbc107 1.04 MB 2,415 9
610,385 610,385 0000000000000000000a696c19565cde1db751b078a464504d5431ed79116fb3 1.04 MB 2,704 11
610,384 610,384 0000000000000000000c128ae9457d48ffeb1fdbdbeb9d67d0540211b3bd0a7b 0.26 MB 643 17
610,383 610,383 0000000000000000000398866162a1f608c7ebc4567d4e85f0bc0905eae3bc78 0.48 MB 1,192 8
610,382 610,382 000000000000000000127fc27f37158c6238e3e9ca45b56691386791ad3d5f85 1.18 MB 2,814 2
610,381 610,381 0000000000000000000f33baf521ecb709ecd46d44a4d91de98a0d680b24cb2e 1.60 MB 2,588 11
610,380 610,380 0000000000000000000d11a0581fc51fceed5c07df4f38fcb11a7564195e96c6 1.33 MB 3,110 15
610,379 610,379 00000000000000000005cd76c013f3072a3b7e0ed083a71a2412ce7c02f542f5 1.19 MB 1,868 9
610,378 610,378 000000000000000000041cbd841cfb5c4915370600c10f0744a25fb83cd95ba7 0.27 MB 713 8
610,377 610,377 0000000000000000000106a480cc3e650c01aef22d79e64371fa17f9e5ed58be 0.27 MB 695 6
610,376 610,376 000000000000000000068eeacc7572720949045149fb3d883230d9f12c906f04 0.47 MB 1,414 9
610,375 610,375 00000000000000000014722494a70bc5485cfb434f33635893f025ad58726cca 0.65 MB 1,565 9
610,374 610,374 000000000000000000030d845372279d75cfcaba947a56c6081c99cd2e4dba37 0.31 MB 804 10
610,373 610,373 000000000000000000028efe31f301cb2d5b4b89c81b118e8bcbe07b5ff1a02f 0.05 MB 146 13
610,372 610,372 0000000000000000000901d1b7f28f77760924b51b6b84b80f57302d5be919e1 0.48 MB 1,221 8
610,371 610,371 00000000000000000007f590c80c5aa5c5725a74b89f35d69489a404fa34801a 0.99 MB 2,590 8
610,370 610,370 0000000000000000000fa6c77b921a0fefaf0a3b1a15febe1d73ae5a92e1db7e 0.52 MB 1,405 9
610,369 610,369 0000000000000000001516862960ea65d24c0c8451bb935baabcbf524ff003ea 0.64 MB 1,492 7
Previous 10 blocks ↓
Total Size: 699.84 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,197.01 GB sent, 209.38 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.