Memory Pool Memory Pool Refreshing

6,176 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (688,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,845 219,845 00000000000004d673410b3429c9a9ad2e34b083cd9df634adc756e86ee727c5 0.02 MB 39 115
219,844 219,844 00000000000002538e03041148500b5e24bc21ebdc93ec274ce42cdb28d69292 0.06 MB 91 115
219,843 219,843 000000000000037584a6f7745d64c56e7aca5545f171fe0070f2141a749751b0 0.05 MB 131 211
219,842 219,842 000000000000010618559a525412fe59ed12053935f29059c479ea362ff1363b 0.15 MB 282 137
219,841 219,841 00000000000003ad7b38a6b8925fbb526ddab1c05dbf2c9e20e96f6fb1f6d48b 0.16 MB 343 49
219,840 219,840 0000000000000008a7f55ba6febbeb63440d64ea5567a695167fa0328ac90b6a 0.25 MB 473 144
219,839 219,839 0000000000000437cc117686c60705e147f57f0548d28fef35e7bbd676c833f2 0.25 MB 760 234
219,838 219,838 00000000000001ba9e0550eca114ed5669bf43e541026dfe16e06ca067321b13 0.05 MB 122 39
219,837 219,837 00000000000003f9f2a1ca63990c02451f63f9588b63575c67673eb232fdd15e 0.25 MB 611 165
219,836 219,836 00000000000001c1d8659c4956dde0e8c4f6884298d9b67074f3e09095e8dd33 0.28 MB 610 159
219,835 219,835 00000000000002f052557a4525ccfb76e725ce80318e37960b1b3c97845007b4 0.24 MB 469 155
219,834 219,834 00000000000003361626017a82718a815ed13f3e43c5460198b0c9e21f45e8a2 0.00 MB 8 0
219,833 219,833 00000000000002e15769488553adbef16268e6e6908184753010b7bf7e971fd3 0.28 MB 711 213
219,832 219,832 000000000000005fef98c38ab9bef5aefeffaa2e88437bafe0b61fcd5453cd44 0.43 MB 469 18
219,831 219,831 000000000000019a67668b7b8d9bc8e6597e79bbd644b9360a40f0404226cdf7 0.05 MB 27 93
219,830 219,830 00000000000004e552c0287e3bdc4b49f8bb19c5d4a6c5b45c32f0753596913c 0.22 MB 411 128
219,829 219,829 00000000000000cf1f76f186fa91f1b452fd3ae72eeab79a7bad572af3719351 0.43 MB 621 111
219,828 219,828 00000000000002ca9e9bf18c26f23454f4a97dec66daefc5e8c52251bb0975c8 0.25 MB 591 147
219,827 219,827 0000000000000121363c85a9cacefb32d7d46e92dfba3848bc2b1422c03e1884 0.25 MB 909 243
219,826 219,826 000000000000005a2479dc4f7fe3cc98af3fe8bbab0a6c134af7e11c6a26c986 0.00 MB 12 168
219,825 219,825 00000000000001d0ff626527fb6f19a1a309f85ca0fb056ed26b8dadc465e8b2 0.00 MB 14 537
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.