Memory Pool Memory Pool Refreshing

28,060 transactions
21.44 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,005 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,493 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,004 (146,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,777 696,777 000000000000000000108836c6835259445e9a90e784d9f45d057cfcaa369d62 1.29 MB 1,569 10
696,776 696,776 00000000000000000000ea2ad2983e23b829ea591fbd6afc3f0ca492159e1b51 1.29 MB 1,186 10
696,775 696,775 0000000000000000000331083ebb22fd28a9b07e888e68ffcc6132157a01a329 0.35 MB 221 5
696,774 696,774 00000000000000000003040b4b871d446d931070692303168645bd0e2de83620 0.54 MB 384 1
696,773 696,773 0000000000000000000bfa785710b0cdd75984c3a353f78d79507e47077cd8ed 1.32 MB 1,420 4
696,772 696,772 00000000000000000005d03564c5019133c38d2e4d8838e1459ffcd36ede59b4 1.41 MB 1,617 5
696,771 696,771 0000000000000000000bd47fe4ce32ab91bcd617c5b2c7ed4ed3d5e758cd0f3a 1.35 MB 2,431 25
696,770 696,770 0000000000000000000c1954c09844ac6135ec352c624a27d4f615db75cd42ad 1.50 MB 2,232 10
696,769 696,769 00000000000000000000f145233d2fe00eb5a6b528fa829d2ab040af9d0c8f87 1.23 MB 855 4
696,768 696,768 0000000000000000000c625aa1a8be0b6d7c4c715b3fffa2984e3f62afbdfeac 1.22 MB 1,251 8
696,767 696,767 00000000000000000011eef1cf57a394f6231382e09edb76da030494f89616f7 1.12 MB 641 2
696,766 696,766 00000000000000000004c43ff31a58f98a7797573034b5d5667514e62542e9ca 1.30 MB 1,147 5
696,765 696,765 0000000000000000000a2076224d178b4ff0871137f06cb06fb2c82583c075ad 1.53 MB 1,781 8
696,764 696,764 00000000000000000003b23f4b18daa2ce6cf1bf2d5f3aea1f4f4b65059a7d15 1.52 MB 2,856 6
696,763 696,763 0000000000000000000d01dcb3ac7972843d018448fb9788acb6c4324a12e7bd 1.30 MB 2,707 26
696,762 696,762 000000000000000000060612e0ec181a16ade594ce970d09c5ac95fa28791ba3 1.34 MB 1,411 9
696,761 696,761 0000000000000000000938848a35fcf65d6cf0d4bb9398c8118aa7acca64a7bc 1.34 MB 1,666 6
696,760 696,760 0000000000000000000aa0dc8c0ea182a14af08cb8b9c40e1ee83d99883bb980 1.19 MB 1,357 10
696,759 696,759 00000000000000000001589ed6392effe0ff3cf2127cffe195cee641c084d4cf 1.32 MB 1,436 11
696,758 696,758 000000000000000000023342b6c57623beddd20b51a77edf0f1b424b8a4894f0 1.57 MB 2,371 4
696,757 696,757 000000000000000000039d8d9ddcddb7221f7e3058767ee59ed1ff8bcc05c534 1.41 MB 2,606 15
Previous 10 blocks ↓
Total Size: 648.63 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,684.11 GB sent, 53.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.