Memory Pool Memory Pool Refreshing

3,775 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (606,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,951 300,951 00000000000000003fa48ff03b82826d6ed66407db6b154d43011daeffa3bdcf 0.10 MB 119 19
300,950 300,950 00000000000000004fd5829e43341d978ff41651b89616d8c72a374529d15935 0.46 MB 690 28
300,949 300,949 00000000000000001124bfe672d2ceb5ed900f4e7e9dbaef6f9b2ccf4fc10e57 0.17 MB 329 30
300,948 300,948 000000000000000036f5045a6e5e26bc00aa48f976f601ae73de81d698211542 0.14 MB 240 28
300,947 300,947 00000000000000003672370113cc99f58210cd6d662a2591be1577af13471c76 0.28 MB 592 29
300,946 300,946 00000000000000004b8d3fe5b6cc444865feec40891a32edd9cf00ef1de7c79c 0.68 MB 760 17
300,945 300,945 00000000000000003abf1ceb7364187a99023b3bc2d646cc0a4ca23c48ffa578 0.35 MB 805 31
300,944 300,944 00000000000000000264dc47e53fb427ea2f03d5317850d85e44f9b39f71c4bc 0.25 MB 765 55
300,943 300,943 00000000000000005fefdabc067912b4598f4d479d8e2818dcc7e0e5ebbc8d18 0.37 MB 291 13
300,942 300,942 000000000000000052d25359cc3e56f908e99dcf6f12784c1f9869deb6264395 0.35 MB 723 35
300,941 300,941 00000000000000007b2dff8df1234ad9e9dff3ff049dfc371e898847e95c5d27 0.30 MB 567 33
300,940 300,940 00000000000000002abb7badf7b110ff6d2536fa433a0f284cd54f5f9b5d5f4b 0.35 MB 694 29
300,939 300,939 00000000000000000d88149476d62d5aa494b7ec6ce4f77e35ebad512ae0ef44 0.23 MB 430 29
300,938 300,938 00000000000000004dd3a1f695946e9e3e517076b714f22966b8cce9bb8a4195 0.14 MB 156 19
300,937 300,937 0000000000000000768efd91e995c360feffe7547ea6cb5ae88eb1f36b5176f9 0.10 MB 106 15
300,936 300,936 000000000000000063d5423cadcbdaf25d0e56f2aef3714eb1d55b144f048931 0.05 MB 72 18
300,935 300,935 000000000000000046ca098391e34775ecda24933f56ee1c858e635e2bf12589 0.35 MB 705 36
300,934 300,934 00000000000000000298c4a684bfd449676cdf3a037a941a2de0ef181d621495 0.19 MB 276 24
300,933 300,933 00000000000000000d610129923713965af4db4ff032ca662d341677ae8d41fe 0.13 MB 235 29
300,932 300,932 00000000000000006fe3f075af3bc11014f3edc0a309c892fdecda735913b842 0.15 MB 244 33
300,931 300,931 00000000000000005c2494f75af1db6e6e06d808b03e6befacb0b3ac5b32665e 0.01 MB 25 26
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.