Memory Pool Memory Pool Refreshing

20,860 transactions
28.72 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,594 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,258 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,593 (58,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,999 804,999 00000000000000000004510ffb0759140097bf4a7c40615ad9cb49dc58cb896f 1.55 MB 3,215 13
804,998 804,998 00000000000000000004f8f005b6a72df7019e299b242bf039fa29c721af7ba8 1.62 MB 2,665 8
804,997 804,997 000000000000000000048db64eae1c2c8f7ea8c57254320a39c642d40e36f59f 1.30 MB 1,860 10
804,996 804,996 00000000000000000001d702ed8935ea725f8c644b1bd0e7823aab077600cf14 1.47 MB 2,915 22
804,995 804,995 000000000000000000015bcd249d2936cf4464bf6bec9a42d4ee9638c4fef863 1.97 MB 5,578 8
804,994 804,994 00000000000000000003b5e025df7d980991798e20cb5f4d900e6ac8732f3563 1.79 MB 2,746 7
804,993 804,993 000000000000000000032ae481c246e082e26034951279af858abaaa9e73784a 1.67 MB 2,641 11
804,992 804,992 000000000000000000006bce73d70145b9847213df1ccbee4220f1c132ffc2b8 1.63 MB 1,699 12
804,991 804,991 00000000000000000002c84dd4d053e385cbc935b3ac732022c5e23a20fdca88 1.50 MB 2,997 17
804,990 804,990 00000000000000000003e2b9b916c0e3f5d2ce5c25b739a17ce88fa4c015a880 1.44 MB 3,084 22
804,989 804,989 00000000000000000001686010b9c35167534f377b4913666ab10d3c85c57585 1.94 MB 4,461 9
804,988 804,988 00000000000000000001546a77b7683f4555e1399ae5ee08d44de3ef397ef4a7 2.00 MB 5,746 7
804,987 804,987 00000000000000000000d16297ab213a256c31f5f14be528ef45afdbe7f3fbfd 1.51 MB 2,277 9
804,986 804,986 0000000000000000000084a97c93f700a27277da5cd11f8994faa3df4db3ec4c 1.73 MB 3,634 8
804,985 804,985 00000000000000000000af4599e58c97c673ba458e29962e20b26e53e71a2c68 1.27 MB 1,286 7
804,984 804,984 000000000000000000008e27f9e92734056e23613bd4d4049057319089dd1415 1.69 MB 2,002 11
804,983 804,983 00000000000000000002cd937ff110417386e8196ce79e7ec154708534417144 1.87 MB 1,972 8
804,982 804,982 0000000000000000000117b51c3d21681ddae3cc9e81cd9985cff86296e9c238 1.47 MB 2,889 14
804,981 804,981 0000000000000000000284339b0f7e5150c7890e6639454bff671e8e47289934 1.31 MB 2,197 13
804,980 804,980 000000000000000000031d8031feff967c5e14a2acc77aa7ac2964d86c6a8323 1.55 MB 3,026 15
804,979 804,979 00000000000000000003f85cc5eb01408b9c42d443e3988cbfe0d0e2921c390d 1.44 MB 2,916 21
Previous 10 blocks ↓
Total Size: 687.25 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,512.56 GB sent, 120.72 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.