Memory Pool Memory Pool Refreshing

76,653 transactions
37.13 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,127 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,637 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,126 (400,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,676 449,676 000000000000000001b9b5e714b49ad9c4970a86f0c21d2951109b4fd31902bc 1.00 MB 2,932 84
449,675 449,675 000000000000000000fffc7a40bd497dc7701d2b72dfe2e766817326299eefcc 1.00 MB 2,526 89
449,674 449,674 000000000000000000f9d904fa71e14dbf2554abaabfd224039fffe27f1cf41e 1.00 MB 2,545 102
449,673 449,673 00000000000000000286600dfa0d679ec028e0e26e27197f1dc972a1f56118de 1.00 MB 2,559 73
449,672 449,672 00000000000000000241d8be206a6ca9d624a451a9869eb638911c91d1dcf55b 1.00 MB 2,657 74
449,671 449,671 0000000000000000018c98f3b7bc114e336797291c93def85c9d5f304402e8c4 1.00 MB 2,585 85
449,670 449,670 000000000000000000951f3ced2e2800294ee9b08fe1d8e92a1ef99418842750 0.30 MB 848 129
449,669 449,669 0000000000000000020a87560c631f0d0e7927d27f34689f3a5df73af0df0d3c 1.00 MB 2,097 83
449,668 449,668 000000000000000001a4e52b58546e04ea218cb071e725f708f46c2e801caea4 1.00 MB 2,527 101
449,667 449,667 00000000000000000128cf0e173a8767e85e4ff3f9e7705e609f32825800c8cc 0.75 MB 1,970 88
449,666 449,666 0000000000000000016b89682e3f8ac4beb22eb2d02cba6ecbdf30b30b626033 1.00 MB 2,961 73
449,665 449,665 000000000000000001d897eb8df617e0eac4a45f6f6cd7dae5d3210686e86738 1.00 MB 2,039 93
449,664 449,664 0000000000000000007e7248551dd453152b5a867210f4646e9ca53140b608d6 1.00 MB 2,057 108
449,663 449,663 0000000000000000021b3623d18d975201bc73797d017ccf3ab3add8d2df1fcb 1.00 MB 3,015 109
449,662 449,662 00000000000000000046bf8ad65d8fa12a2927813c403cf3629e43ad0ce61950 1.00 MB 2,479 75
449,661 449,661 0000000000000000016812f5ae7eeb5561e6a573308ca65e9d54d0ddbe27bc56 1.00 MB 2,629 79
449,660 449,660 000000000000000002505c6e6cefd930cbe1c4a3d626e58aaaef0f2e130153c0 1.00 MB 2,398 111
449,659 449,659 000000000000000000a26864de375fe086c088ee3831d366e075f57feb380343 1.00 MB 1,952 66
449,658 449,658 000000000000000001a66dc4716b118b127e576e5514666312c66e56e9eda410 1.00 MB 2,794 93
449,657 449,657 00000000000000000015f627cd5dcdc3733b355756e5de55601c05d944384a58 1.00 MB 2,471 101
449,656 449,656 000000000000000000e5fe89d506b3de1f1742ff2367f2ecf65d4b2405fa0c37 1.00 MB 2,382 90
Previous 10 blocks ↓
Total Size: 661.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 1,095.66 GB sent, 7.68 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.