Memory Pool Memory Pool Refreshing

11,914 transactions (4.44 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,257 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (884,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,291 24,291 000000006e83d49da2bddbac90dcfb1e01675d3644c9f9fa5d0d787536e8e599 0.00 MB 1 0
24,290 24,290 000000004dd6b389d3c9a6eee732c43271c50cb2fa3f9adbb50b02c2c652530e 0.00 MB 1 0
24,289 24,289 0000000043d35a1ad25b7fd5d42f2e284e8ab64e8b55a238f7839f768fe429fc 0.00 MB 1 0
24,288 24,288 0000000089b16b0fe389e4e6ec628c5cbbe24b41d3749ecc7d3b76b47af833cc 0.00 MB 1 0
24,287 24,287 0000000054148d7aff62255a61782fcefc761afaec0044a8f164aadca5628fdb 0.00 MB 1 0
24,286 24,286 0000000066b22d927290e5001503e76ae14a438452dacbe634ceb7e701497d59 0.00 MB 1 0
24,285 24,285 00000000fb61b842c2905c3b2d11d7760a79ce21100d828b451aeace8498aaa3 0.00 MB 1 0
24,284 24,284 00000000c8e4729d4f169ce7a07a01770257e97a2b573d5c9808dc6e299d2fd6 0.00 MB 1 0
24,283 24,283 00000000b31de265d098fa86d83470233d3a437f5d59cad3aedd0fce39c78041 0.00 MB 1 0
24,282 24,282 0000000033fd7d8e78415af883e0de382561930d6b287e8610688738d2946c87 0.00 MB 1 0
24,281 24,281 00000000fcf7cf51c1b06881b1b3bf5ee14da2d89643955e4cfcadd0e668ce33 0.00 MB 1 0
24,280 24,280 000000005a788b76c159e6838a8475de171b19161d11a47cdc94eae25346f75a 0.00 MB 1 0
24,279 24,279 000000009167ecdf4d3b34235af80ffdfc3933849057aee609d50a35e217d147 0.00 MB 1 0
24,278 24,278 00000000b9de14989adb146a30ce9df179e2b1414554a0d9f7667a9671804a1f 0.00 MB 1 0
24,277 24,277 000000007b0987dc8d1409888b0088e35077c3ebc73e79a5cf6c8fc91450dc98 0.00 MB 1 0
24,276 24,276 00000000aae448552b6157c10ff5b3272edb606ed9a40e191d5bef1ec02c93ba 0.00 MB 1 0
24,275 24,275 000000006345d007fb2adc86d07c30a52b0bd7d5ea17a00d735e65662ee2ee60 0.00 MB 1 0
24,274 24,274 0000000050f7cef4c089aa6e6278a709ea6f2121e24cc5dcc8ab29c4a8dd1495 0.00 MB 1 0
24,273 24,273 0000000017a34da1239f5aa06322cdc348865b1a0f29325fcec3e6e78f159a10 0.00 MB 1 0
24,272 24,272 00000000f49ac2a86cae401971e8009124ebbc5d1c42a5e3cf11cb123b04620c 0.00 MB 1 0
24,271 24,271 00000000526bbfd3187b528f7ccdedf79e7cac2d325b6f0a9d2fdb6e89d39664 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,863.18 GB sent, 103.93 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.