Memory Pool Memory Pool Refreshing

21,390 transactions
36.31 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,146 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,963 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,145 (503,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,587 358,587 000000000000000005f71002a0fee86920f04a2f7d60da905c4232b0555ca790 1.00 MB 1,248 21
358,586 358,586 00000000000000000b3923d98b5e93f42be5636dfc3739997f7d3b6773460c53 0.00 MB 1 0
358,585 358,585 0000000000000000068fdcc1d3ac815c9c14a16ca1a7fced4ec4764869ad4fa9 1.00 MB 2,795 40
358,584 358,584 0000000000000000076d9fd785c7c240c16bef654df43e5e5a24c807066c62eb 0.75 MB 1,957 55
358,583 358,583 00000000000000000fb1c39c2939312c2a4ca13f2909ab9fbcec91443e4e1df0 0.88 MB 1,696 25
358,582 358,582 0000000000000000096bc5f21455ee3c08ad14d6b0df07ffff4daf691893c1d0 0.08 MB 101 20
358,581 358,581 00000000000000000d04680335e3154eaad3ef5123f60a8d8090dd3a96945386 0.13 MB 183 9
358,580 358,580 00000000000000000d21637bf03151692e92965f60ef0e957533b4c3b1c221d1 0.34 MB 717 24
358,579 358,579 0000000000000000126ec0e6b819a246f1a75bf58b6f9dcb88fe40869693248a 0.70 MB 1,502 27
358,578 358,578 0000000000000000085e709dfd0a420f8773485c6813f3bab6a9284accba37cd 0.08 MB 120 6
358,577 358,577 00000000000000000dd494876c1424b93d245bb8015b8820e0545c39f2aec0d6 0.21 MB 466 28
358,576 358,576 000000000000000001fe199a004481a1deaffb4b5904e0652a27381a62923011 0.28 MB 500 24
358,575 358,575 00000000000000000aac9886d61f9367b04909b5d0eb627b24c28a2113abec4e 0.28 MB 563 26
358,574 358,574 000000000000000007361c34006c90b972e0c15fd0dc1d8f2082307853c82769 0.38 MB 747 25
358,573 358,573 000000000000000011a2e7b077cebf25aef1107a2bef515d5fbb5ec0b90604d2 0.34 MB 767 54
358,572 358,572 000000000000000005541eee7ada543e8d04f2985d7a0f673db7c2c768d9a7c1 0.65 MB 633 12
358,571 358,571 000000000000000007d2bd7de8582e258cc0fd9c39dd26d3d02af3e7d608ba06 0.75 MB 1,719 27
358,570 358,570 0000000000000000039a9be0665024020fe10c94c77a548e736df61602f751f3 0.62 MB 989 22
358,569 358,569 000000000000000015c22d28708cea04462a62ec77f1ff8ce15ea0f752d51831 0.75 MB 1,799 32
358,568 358,568 0000000000000000123a0440d5df0da4f4baeaf5082df8da9df531ef83863e9e 0.34 MB 743 30
358,567 358,567 0000000000000000030b37768f2c7dd24bcdb2ca3204b375ffaebda48007259a 0.29 MB 569 23
Previous 10 blocks ↓
Total Size: 684.44 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: 1,343.18 GB sent, 101.20 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.