Memory Pool Memory Pool Refreshing

13,037 transactions
33.68 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,154 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,339 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,153 (575,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
286,766 286,766 000000000000000111d58cf97d8f8b82e3a1c8ab936214fb1b53fcc2c3a12f35 0.06 MB 164 56
286,765 286,765 00000000000000004eb300c1b671ff200a504e46e930b489f82059f98fe0b422 0.14 MB 177 20
286,764 286,764 00000000000000012cba586d17e81d193c8793af8a3feb85082dd006e4b2ee90 0.06 MB 167 53
286,763 286,763 000000000000000019885c8fd8b2aa060ab655b56dcba19fdf8bcac75eac2be3 0.05 MB 63 23
286,762 286,762 0000000000000000388842a4ac85a7640b098422ab600f9000144ca0a74ae345 0.07 MB 109 27
286,761 286,761 000000000000000112f42c1f38df7c7bb3e9312990e88327c5f3db0172836046 0.35 MB 605 33
286,760 286,760 000000000000000053c2b36498c925e38d2662058b9d08e0b80d721037f6fc9e 0.82 MB 1,242 27
286,759 286,759 0000000000000000a6041fb356aeb2cded8c32925750a8bb496d2b0da586fc40 0.25 MB 507 54
286,758 286,758 00000000000000002f6be70ef845160eaea093c2b3234e24ca15dff5c4ac6399 0.05 MB 163 146
286,757 286,757 00000000000000014babc25ca5e1adafe6d25c2e836f38dc333ea05e23ca6e66 0.11 MB 237 44
286,756 286,756 0000000000000000d9792981405665af976b342f27adc3d49b94df4c278ff338 0.38 MB 725 55
286,755 286,755 0000000000000000e33d2ecf6b9e543d06f22db5cefd06011a06f9d1d63f0bbb 0.19 MB 143 13
286,754 286,754 0000000000000000308fc7414cbfa79667fdea8485528e0a788e2face6237d05 0.35 MB 1,015 76
286,753 286,753 00000000000000009c5832216a501adbfb5c38a12df97681a9b78946bd99d11e 0.47 MB 885 35
286,752 286,752 0000000000000000f3871a435aeaa457e74709cdc7d3bd3cfc6df5691308803d 0.15 MB 57 13
286,751 286,751 0000000000000000f9f9ffa67017369f07a99113dd3dad5c534220261612d41c 0.06 MB 161 82
286,750 286,750 00000000000000005f0118b05d41161ec3df15e12ab987bf39c46fc1d91d2242 0.47 MB 697 29
286,749 286,749 00000000000000011339fd13fcdc2d16b574010f610a094fd26efa14bc4ae059 0.64 MB 201 13
286,748 286,748 0000000000000000f8277f6848a9d832c99c94f0fb5fcc6e84fff94549b8fd6d 0.50 MB 579 22
286,747 286,747 00000000000000000e3137078b285497faae3592c8edb069384bc2ce127e41bc 0.35 MB 690 37
286,746 286,746 00000000000000002ea88f09978830f55b51a392798dae700b6230654914d356 0.35 MB 603 22
Previous 10 blocks ↓
Total Size: 684.46 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.69 GB sent, 101.25 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.