Memory Pool Memory Pool Refreshing

2,779 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,116 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (544,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,936 362,936 0000000000000000018fc7d1dba550b0273a6c8ac5f188997105dadce872ec81 0.93 MB 2,541 42
362,935 362,935 00000000000000000d67ac4a588898b4ef2e8e01d801d50aff34eae7c08a0018 0.00 MB 1 0
362,934 362,934 00000000000000000e13631f82c4bd51cc45b235ab04498f466b3a1113d27cd0 0.95 MB 666 17
362,933 362,933 000000000000000003bd0242869dd3f88a0ce036641a48b3b6306463722f3940 0.93 MB 2,022 31
362,932 362,932 00000000000000000f2bd592750dd482a37a33abfb83751ffaa987f82cb88a07 0.22 MB 788 66
362,931 362,931 00000000000000000a838d05f211c84e70287ebabfeda0314012322f2027caf6 0.40 MB 724 28
362,930 362,930 000000000000000007562453c120b8ad9623be961271043ec02bedab497cc897 0.09 MB 106 18
362,929 362,929 00000000000000000376d4870a50eaaefb8b5a4c6c0a9068885232c463c9a5cc 0.06 MB 119 24
362,928 362,928 000000000000000012e567ae02af3b49e1a73d0cc4f32185ad3083896ef46b1f 0.27 MB 414 28
362,927 362,927 0000000000000000087b156eadbfb4f4ec82c76f852357f19c1bb08e73b5362c 0.04 MB 115 22
362,926 362,926 00000000000000000d683c14676319a09ae1c1f1d8174c132140a2c631bc2008 0.10 MB 48 4
362,925 362,925 0000000000000000067c212be36476fd04530bb1502f795825522872cf07b57e 0.75 MB 1,500 28
362,924 362,924 000000000000000015f817b07b450a85afc5165baba1443d614adc24292d2847 0.65 MB 909 11
362,923 362,923 00000000000000000386134da37808aade6421c63710b55987885905fd0b6bb0 1.00 MB 1,980 40
362,922 362,922 000000000000000011e92b9721a1754165c39b91750cb1b78cb477373f72377b 1.00 MB 1,689 27
362,921 362,921 0000000000000000053c4abfc63c05a5c8274fca2613842c7da6ebb055b4c084 0.92 MB 2,543 36
362,920 362,920 000000000000000006b8d07682b0e18f96a3c0ebc08f01bcbe0d736631f94e7d 0.32 MB 624 23
362,919 362,919 0000000000000000139108d62872c0ec16b9dee00477a0d5c185540eac748711 0.26 MB 528 29
362,918 362,918 0000000000000000117c08450ad01780468e43f945d2b7f0141c5d68ddd8f042 0.23 MB 390 25
362,917 362,917 00000000000000001586eedec5c204958de80d8bf578db81bb3ec1c3dc152608 0.26 MB 419 23
362,916 362,916 00000000000000000a7128b6ac570941b0e2990e01a9ee0eff89bcd9a26fbd99 0.67 MB 831 15
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.