Memory Pool Memory Pool Refreshing

75,203 transactions
33.61 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,454 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,268 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,453 (374,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
474,839 474,839 0000000000000000003ae685ed60c801027023dfa77428cd85cd6f77606465d8 1.00 MB 2,390 249
474,838 474,838 0000000000000000014df604ba15340593cb18f438e22cf6051ec57a6dc8428a 1.00 MB 1,268 65
474,837 474,837 00000000000000000159cf2b3f2a5eb7aebb3c69e230c0fdd5bec89df187e8f1 1.00 MB 1,893 63
474,836 474,836 000000000000000000e73cd306810f95f4f5450809e5fe53c8473828a5ad7dfc 0.93 MB 1,288 322
474,835 474,835 000000000000000000c7c4cbff424c6ce8b2c99434a9cb59ee4bc1c33ba4b282 0.66 MB 1,721 279
474,834 474,834 000000000000000001465d150d28461e8a6f17a68eb734eedc165445bc6ba72f 1.00 MB 2,418 189
474,833 474,833 0000000000000000014417834af384938bd1f870c0bf34bdaaadd24bed17731b 1.00 MB 1,517 210
474,832 474,832 0000000000000000001898ef4713912a2ffcb18f7da0634fce2ec3a3d2c599e5 1.00 MB 1,340 103
474,831 474,831 000000000000000000b4f864c2fbf6428a83e866f7a256e26f5b36f73c0cda17 1.00 MB 629 27
474,830 474,830 0000000000000000016cfbc4c88391acac84208da896e69128f6f523b71ac8e6 0.82 MB 1,436 68
474,829 474,829 000000000000000000f7b6a9280f1d17bf3b07959273b7ef3e9c954cfdbb8570 1.00 MB 2,083 141
474,828 474,828 000000000000000000b0cd75ee8b8fab3f96c0935fd702ae73ea8d251bd0b1a5 1.00 MB 2,298 230
474,827 474,827 0000000000000000001ac8596c0ca9dc45c944f7dcf1ff70266f22ba075708a4 1.00 MB 1,839 31
474,826 474,826 0000000000000000001f621cb4fc468925813d2da9c700b5ca383c2c11aebbcd 1.00 MB 1,939 190
474,825 474,825 000000000000000000235a90f9ce0527d17c017b9087a59656bfe6996c30f488 1.00 MB 2,351 106
474,824 474,824 0000000000000000004e632bcbac3a6b062684240fee963428630ae50f566d09 1.00 MB 1,804 322
474,823 474,823 0000000000000000010928858578668653a96a6c65f1018b1693b26ee8252d85 1.00 MB 1,332 310
474,822 474,822 0000000000000000006e125a011e6bfad5c3a0cdc9e3d7b075f380e84966554b 0.86 MB 1,691 131
474,821 474,821 00000000000000000006cd1acdca433cf142bb96ab623f6bbc2f63d2ac79617e 1.00 MB 2,223 217
474,820 474,820 0000000000000000013800566a69abab6cc217283a44a6ba63a518a8fd321feb 1.00 MB 1,124 47
474,819 474,819 000000000000000000d980233eeba05290269d8f9ec1c7aedaaecb2a74f660a4 1.00 MB 1,888 183
Previous 10 blocks ↓
Total Size: 660.47 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 373.23 GB sent, 1.64 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.