Memory Pool Memory Pool Refreshing

70,998 transactions
28.62 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,714 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,218 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,713 (731,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
118,009 118,009 0000000000004d1910e10a2ba4f6b35277094ccbd554e950dc1e6dde7bcefce8 0.00 MB 10 465
118,008 118,008 0000000000000e417bc37a08b9284dc2d912750718a88d11c2450d35c7b414e3 0.00 MB 1 0
118,007 118,007 000000000000c1f0bdd9a9df3b5167611634a7cb5213e9b6c20aa00ea61b205c 0.04 MB 24 852
118,006 118,006 0000000000002d6ce11d4e5307573dd658f41ec2f1e503aed104c8f22288404a 0.00 MB 9 0
118,005 118,005 0000000000002bd2313a02dc17e252c1c7794798f7e8ee354d1432de656e1e00 0.00 MB 13 997
118,004 118,004 0000000000005362e9efca9da872a539e63ce99a38cba06aa803fc91346248bb 0.00 MB 9 310
118,003 118,003 0000000000001de4553cf49a63fec87d64f033ada2b9e7951a8c8391bef561d3 0.00 MB 11 1,114
118,002 118,002 000000000000a4463a064f3d0e44f108590aa89443e2c405affdecead58caabe 0.00 MB 14 1,443
118,001 118,001 0000000000006013206f2e7e1d5694b0b4272b89229ca3f9dc2fa4ee6d19c4c4 0.01 MB 13 173
118,000 118,000 000000000000774a7f8a7a12dc906ddb9e17e75d684f15e00f8767f9e8f36553 0.02 MB 24 277
117,999 117,999 000000000000a2a074e81e1ce3984f49d16193edcafae41b16f15fc531cdb5d6 0.00 MB 10 0
117,998 117,998 000000000000ac42a4d99963e0543acd1a72c5a34fa3ae70ebb187b4eae22e31 0.02 MB 19 149
117,997 117,997 0000000000005753a04c8a09cb962fee1c1a0eff0ba94f00de81cb1123113e7c 0.00 MB 1 0
117,996 117,996 0000000000001438d45c7f0c7f1f7a3e76085f82a5ac1b768c3be7c6be70a28e 0.02 MB 28 890
117,995 117,995 0000000000002a1657b87c22dc8290122f964b5da183143e41a58fa10ac4f0b2 0.00 MB 12 0
117,994 117,994 0000000000003a7d742b0e1b95bff0de4fb20745d548c5a86ac51cda6799d7f9 0.00 MB 12 338
117,993 117,993 00000000000081242d7a614c64eaa9710638e1007f00c21bcd723de30d70f9b4 0.00 MB 9 596
117,992 117,992 0000000000005d3dee2617696d5bdb1e34c9b0fba5a331484b81dd82eb039f21 0.00 MB 12 0
117,991 117,991 000000000000b7c56ddb3187dd208eba459bed3e56d0f3ef8ddfe5bfd30dfc80 0.00 MB 11 320
117,990 117,990 00000000000067359dcc3f6a28d822e720de5c8fc3a888e2c74910c05dedfbb0 0.00 MB 12 905
117,989 117,989 0000000000001f2785ea584c6a122a13203f39bb12b720ac1a68b001064c7b21 0.00 MB 7 325
Previous 10 blocks ↓
Total Size: 660.97 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: 654.26 GB sent, 3.87 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.