Memory Pool Memory Pool Refreshing

48,966 transactions
28.35 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,375 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,484 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,374 (732,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
117,988 117,988 000000000000c51cbe791b186bd23b46100d8ade9f7b85435ef8baeaae35a126 0.01 MB 19 264
117,987 117,987 000000000000901396bbb1c352a30d2b1b688dda65cce4d160e81dcd4123718b 0.00 MB 10 0
117,986 117,986 0000000000007d1b827cd2237b6c68717a01650429bf26d0819bfeea0372d27f 0.00 MB 9 0
117,985 117,985 0000000000000025175380fb9f147c70837543374773b5dd2e97e635c83058c4 0.02 MB 29 626
117,984 117,984 00000000000061bda6dd95f31e5eb5e00c246648864fba00e2dc5229a6b6b0de 0.00 MB 10 0
117,983 117,983 000000000000c34b36812194a0d2168b8a4879503592c6babe0f71cefda47034 0.01 MB 33 750
117,982 117,982 000000000000a42e91771cc395378a5916097c270f6cce9aa3ff8736f711e23a 0.01 MB 31 0
117,981 117,981 000000000000afb89cdd087c55591c8c94a200950243616b5ead1a48fcea0701 0.00 MB 13 808
117,980 117,980 000000000000a0866052d65bea5f041bd0007dacb6a5e673933b7312578fce10 0.00 MB 1 0
117,979 117,979 0000000000004304ab6963cec23a359181018c8f902a3a683b3c0a59e1bd263c 0.00 MB 9 502
117,978 117,978 0000000000006e50ef98c75916f9a21821a1b71df35daae2df188e422bf3b435 0.01 MB 16 0
Previous 10 blocks ↓
Total Size: 662.22 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,313.82 GB sent, 9.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.