Memory Pool Memory Pool Refreshing

80,633 transactions
34.80 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
849,613 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,232 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,612 (330,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,623 518,623 00000000000000000045da0cae93c03a56633e6b353c9ffb53aa57b676e7fee2 1.11 MB 1,804 21
518,622 518,622 0000000000000000003cdcd71902e077c0880de1c16ae37bec1ff394cbd82956 1.06 MB 1,296 15
518,621 518,621 0000000000000000002abac8d5da986c972ee8fd8777a61d993ab98b2f427e35 1.00 MB 502 43
518,620 518,620 000000000000000000428a12af819d40ac2b9db36f62d8dc595c61d0ae1ccc6b 1.01 MB 651 67
518,619 518,619 000000000000000000328403a0bad26b926b1aa1839d49379a114ea093b0019f 1.20 MB 2,374 9
518,618 518,618 0000000000000000003c0746747a479e2db2f54d4770d3d96bb9e7069118a929 1.00 MB 1,245 19
518,617 518,617 00000000000000000006f1feac75fa56576b6891d3ddb0a29c2132070f485a9a 0.86 MB 1,826 46
518,616 518,616 000000000000000000487d865b6cbd7aef149bdfd867085c6d4ab0c497607989 1.15 MB 2,400 35
518,615 518,615 0000000000000000003c7bbbf8b4db504f14cb86775159e0c581a258e4189338 0.51 MB 756 28
518,614 518,614 0000000000000000002d29fbe51329ae071bfce61df0d08a360419c1e49d8814 1.08 MB 897 8
518,613 518,613 00000000000000000032fb46c22f93641076b4a31435b204f221ce6af310fb6e 1.00 MB 765 3
518,612 518,612 00000000000000000013d6a9514358c616292815e16fc08659de53fdd17ff80e 1.06 MB 746 8
518,611 518,611 0000000000000000002cc32f941b765072f0c108643ebd9449943ae389cf9185 1.12 MB 2,175 29
518,610 518,610 000000000000000000378eca300c17318f9970db074be7c0152a8ec1b0864f02 1.06 MB 807 3
518,609 518,609 00000000000000000031d2d6f155b76dc2ce81dce1c223023746c662d1c780e9 1.15 MB 2,021 26
518,608 518,608 0000000000000000001312a3a89d8008120c3aed790b9ace82928221ad4f7ab9 1.11 MB 1,585 6
518,607 518,607 0000000000000000001a71f184d147b59a3ef170e094a9c2c435faffa6ce2262 0.97 MB 1,983 41
518,606 518,606 0000000000000000002cfdf68b6b40f15da2b5d94f85089c522da51efc0ec274 1.12 MB 2,269 27
518,605 518,605 0000000000000000001cfdd1d428cb17ed79834ef136630342c9524c39a7f762 1.15 MB 1,617 32
518,604 518,604 000000000000000000317209e4a8af12db4916b530d936417cb10f4c4992bcdd 1.15 MB 1,519 31
518,603 518,603 00000000000000000047a7b0e7068199cd490b3e3e3d63a8a08a96772036282d 1.13 MB 1,606 34
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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