Memory Pool Memory Pool Refreshing

60,064 transactions
31.86 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,681 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,615 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,680 (153,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,074 696,074 0000000000000000001001cc2e6df468a3612711d110377005fb80a3a0a28905 1.52 MB 2,562 6
696,073 696,073 0000000000000000000061ac991cf712cbba989d1faa0f19c3cf9ad3ec73cf33 1.56 MB 2,989 12
696,072 696,072 000000000000000000060a945189d19496b6005ef24aacfb9344e2502d14f6dc 1.52 MB 2,808 13
696,071 696,071 00000000000000000002be98931b78767cbe936e69975c5ea407037a3861cadb 1.26 MB 1,588 6
696,070 696,070 00000000000000000003d9a94aaa599b27a96a46d4ec7af2483987ab7e284814 1.25 MB 2,138 5
696,069 696,069 0000000000000000000fce4ba4a852f348fed4973244842d16382c0a44f7bb99 1.44 MB 3,108 12
696,068 696,068 0000000000000000000e6bdc344def46995b833a91e23e9b036428b638c8118f 1.52 MB 2,642 12
696,067 696,067 000000000000000000058eba041d7bb340a12a4008e8437a83eaee052c954017 1.45 MB 2,059 12
696,066 696,066 0000000000000000000035d9a64f914cb2be3d49b9887971d7865edaed1268b3 1.49 MB 2,735 16
696,065 696,065 0000000000000000000092d17ec38780f66586d165f5f145ebda428b00e25087 1.45 MB 3,258 4
696,064 696,064 0000000000000000001109098c2bf11393080e928034658be851dd9e3ed59ec7 1.37 MB 2,527 6
696,063 696,063 00000000000000000006d94f68fd22b2ae0e68c4ab24e8a6fbe961ee9fdaafd7 1.34 MB 1,664 52
696,062 696,062 0000000000000000000d92d6baea0bed62791fecb96bd15a248d67f3981874dd 1.42 MB 3,128 15
696,061 696,061 0000000000000000000a206870feaa81c930aa2c5cb49002a8b6f6c40128e343 1.40 MB 2,728 15
696,060 696,060 00000000000000000011b727e9344f1a5d114c69e1fb996764a1d18627d0aea7 1.43 MB 2,694 18
696,059 696,059 0000000000000000000fc7a4303a36b99a9c2729584ee1a4bdfbb4d43817d253 1.50 MB 3,239 12
696,058 696,058 0000000000000000000c7b823ce1e970b9fc5a2238a0e966f1e44f149819ed2e 1.48 MB 2,837 8
696,057 696,057 000000000000000000022d67d4673bdcb91115b71073f6a1a20ee39e80e7a461 1.37 MB 3,129 17
696,056 696,056 00000000000000000000cab076b7d21f168c3d16ba35a430340f1dd9b5dc1d78 1.51 MB 2,777 18
696,055 696,055 00000000000000000011fe019b588cffc194386332938bb521a1a4e772279e5a 0.90 MB 1,643 9
696,054 696,054 00000000000000000004f6f84ab6c68b0d3c41d2d7e9818ed87400e310c26a26 1.35 MB 1,389 5
Previous 10 blocks ↓
Total Size: 660.90 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: 627.54 GB sent, 3.65 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.