Memory Pool Memory Pool Refreshing

4,502 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (423,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,977 483,977 0000000000000000012c324f78d8d120761ad7f36501b2db77fecfe50bd7af0c 1.00 MB 1,880 218
483,976 483,976 00000000000000000015f5c1c16dc9ab1080d4b2889ef12b59baf6d7258cf44d 1.00 MB 2,242 332
483,975 483,975 0000000000000000013000394e007a9cbec5d9cd017ee27c32a7e3a43fb156cc 0.07 MB 173 179
483,974 483,974 0000000000000000007b80295c973681eecf3394f06af0c6a4ca9e7a94b041cb 0.49 MB 898 180
483,973 483,973 000000000000000000cef8695845219ebdf94378e5c30be2ed82d87471de552c 0.09 MB 230 190
483,972 483,972 000000000000000000fdf73ad648e3703a04dd4a845314c538203be6c9410f9d 0.09 MB 203 153
483,971 483,971 00000000000000000054742364653157f95fae7a4a0dad112299ddcbc93a95d6 0.06 MB 106 196
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
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.20 GB sent, 94.20 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.