Memory Pool Memory Pool Refreshing

38,696 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,487 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,586 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,486 (379,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
483,970 483,970 0000000000000000002daadb509c3f6d6a629e7d624938692b02f5e5c112a840 0.03 MB 77 165
483,969 483,969 000000000000000000b46c72c1c8c544ce58a31ada65687808830ec579d9f9ae 0.10 MB 188 114
483,968 483,968 0000000000000000002904c02a0ed2f527b41f05ce9924c1bc96cedaedbe9e2b 0.40 MB 761 225
483,967 483,967 000000000000000000c82e85a85df071cd6010df38fc1d81347e8cb93eed7c79 0.33 MB 548 130
483,966 483,966 0000000000000000002f2e1d4c45e7f2367e12de02d9a2fd2ae615053869dccb 0.64 MB 951 12
483,965 483,965 000000000000000000599da2c2b665ef748b3bffaaffd38d1d6c2037e0797e0d 0.25 MB 357 137
483,964 483,964 00000000000000000026a5993cd766daa31c5afc61e616e4b7ebf3c62c5f23cd 1.00 MB 1,214 152
483,963 483,963 000000000000000000607936ee6a950a98f30b16832c0735a63eefe5884ed112 1.00 MB 2,037 248
483,962 483,962 00000000000000000016b69327897cb121a351e50b97e8a03dee73557c1f3873 0.54 MB 1,032 154
483,961 483,961 000000000000000000d9d2aa9717a54470bbfd9c31f2079668f7cb8c26d1c915 0.63 MB 1,262 168
483,960 483,960 0000000000000000005cec4c70241330538f152ee55ed2e15b20975393a53b68 0.72 MB 930 135
483,959 483,959 0000000000000000011059ffbc3eb816bf155859fb0f62ede5897db8eb987d09 0.93 MB 1,662 52
483,958 483,958 000000000000000000ed93e1bb41c493fca543f00db9c09e47c9c9f654937653 1.00 MB 2,186 295
483,957 483,957 0000000000000000005adb905361f4e33b48722c9eaa8ae286e6ac61f1cdef8d 0.38 MB 746 183
483,956 483,956 0000000000000000003f745a440a8f0f564a28f40579fddcc35e9b23c3729ea2 0.08 MB 127 258
483,955 483,955 00000000000000000092ecfc6a6ffec8dfeaa0ade5684221cc0d7e864e9760bb 0.23 MB 382 116
483,954 483,954 000000000000000000620f285aecacb1b4fce94106248552fae4837aa917630c 0.05 MB 124 147
483,953 483,953 0000000000000000005246343752de1d7f2fe4b5f1ca36351a2a84af606f9db0 0.23 MB 90 56
483,952 483,952 000000000000000000b7aa41c3b52e19f64e20f2b1df0fe419e075a11040be05 0.28 MB 507 180
483,951 483,951 000000000000000000c0e10073edee69e3eff97cf44e923ead14f052651c8682 0.86 MB 1,760 176
483,950 483,950 0000000000000000011880577f800c6a2e43e90a39580a0246ef6bb3acc2d4c9 0.06 MB 137 159
Previous 10 blocks ↓
Total Size: 687.05 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,504.88 GB sent, 118.74 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.