Memory Pool Memory Pool Refreshing

30,609 transactions
33.64 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,096 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,095 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,095 (304,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
557,762 557,762 0000000000000000001a39deb14875f0b73aed6704a02051c75288abf000ecfd 0.02 MB 58 24
557,761 557,761 000000000000000000276194889bbd3d6109c3c32bf3be47da08289dea51e043 0.96 MB 2,268 16
557,760 557,760 0000000000000000000cfebf81a97c80955822569340a666f6b8e63ee7349e3c 1.18 MB 3,070 14
557,759 557,759 000000000000000000175ffb22fcb2cface185954574dd7d0256b4ab45dddb70 0.29 MB 772 16
557,758 557,758 0000000000000000001d69742d2a81e3e056d2b8910fa1b284b24aa32eb9ad94 0.42 MB 942 13
557,757 557,757 0000000000000000000d104044e1f20d4c06a21c6641bcb21147dc3360eaae46 0.37 MB 958 15
557,756 557,756 0000000000000000000f357f459991547754d43b3861cf2bb41b0c9ff9d1be85 0.17 MB 485 14
557,755 557,755 0000000000000000000c065125875fe1d4d750478d34e36c17f849dc19feaef9 1.08 MB 2,359 11
557,754 557,754 0000000000000000000e3462ecd01a5a4a787560f69414c481344e7e42a7a89e 0.27 MB 460 25
557,753 557,753 00000000000000000015b71b244940daf4c24f877ce8cf9e519923ac351c995e 0.89 MB 2,063 11
557,752 557,752 000000000000000000099d10512d7c9dcd511d2f3fbe28c58f19d3c169c518fc 0.51 MB 929 19
557,751 557,751 0000000000000000002fc8bb7ce5673d5d59f9ae9e67fba589c2e85e89e52680 1.03 MB 2,024 11
557,750 557,750 00000000000000000015748e2fd0b4d1d7395739cd38eabefc11a18a49180ecb 1.19 MB 2,591 7
557,749 557,749 000000000000000000318361313ceabb677d5f564dc6614e64ef72761c80825a 1.30 MB 2,217 24
557,748 557,748 0000000000000000001b564b944b42a74475e724b40d360dd92aa23741543e9e 0.02 MB 29 40
557,747 557,747 00000000000000000009599f580403b3024b387cb65df73df318f609dba94b04 0.00 MB 1 0
557,746 557,746 0000000000000000002104fc01c6127c90b9044bc798ba8dc59d665816b5bfae 0.65 MB 1,467 5
557,745 557,745 0000000000000000001dfb176cf8cc6fef3c044b4a9d7c981dfd29454a8948c1 1.29 MB 2,469 19
557,744 557,744 000000000000000000185f0b99e3f736cd763679fd2c438d8b3d1b2c787bf672 1.22 MB 2,608 17
557,743 557,743 0000000000000000000fa83b629210dcb51772903b80ba935ecf971a1df0f85a 0.92 MB 1,866 13
557,742 557,742 00000000000000000012201f48c999b04461b5602a7f99d890e64be717e9eb0e 0.35 MB 877 20
Previous 10 blocks ↓
Total Size: 684.35 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,336.18 GB sent, 100.62 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.