Memory Pool Memory Pool Refreshing

4,782 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,690 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (710,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,786 197,786 00000000000003035c8d3aacf82e45656126215096ae750eab94faa5c939a9cf 0.04 MB 77 165
197,785 197,785 0000000000000065a101723ce0478e18e913677e0de01f5cde80e9801f16d6f8 0.04 MB 107 223
197,784 197,784 00000000000002dd7ee87f013e894a8804313017e3f4a9b355558ec834e7a76a 0.07 MB 208 150
197,783 197,783 0000000000000404c3e2027c93ee5b79f016ec8eff4c3eeb87cc531f9b242c09 0.03 MB 89 119
197,782 197,782 00000000000001749713270cea65102e2048cbd66be5e60139b053bb1f4aff9b 0.07 MB 128 151
197,781 197,781 000000000000013f60b28f1c4a9e3a5589f3a7e6d18dba6abfbade16a5b31de4 0.05 MB 144 81
197,780 197,780 00000000000002f53b1c01f41281798a790fea0d0b41dc7c357fecbe43587d98 0.04 MB 104 129
197,779 197,779 000000000000005574997b3a60292993988083565ad80275243f828b2dfb3d4c 0.21 MB 540 209
197,778 197,778 0000000000000567a5fe31f713c463f82c6ffa19b0e308125fb46589b167125f 0.26 MB 512 105
197,777 197,777 00000000000003b337e7179ff5cd900802468ccb16b48705472271f242d5f78d 0.00 MB 1 0
197,776 197,776 00000000000001b9276ebb3e1c989074fe0928f690b413203f1b9fd007781d62 0.04 MB 80 99
197,775 197,775 0000000000000308d2ec496aabba33352c3d47bdaa6e0e74fc78282bca044be8 0.17 MB 461 174
197,774 197,774 00000000000001dea26f58c1bcd6c7a777e8bd7e15672423463ef2ca557b9b1b 0.05 MB 127 139
197,773 197,773 000000000000046185766c2c25c6e17a1fa6e87776adbaccba996be9fcb5be70 0.05 MB 109 156
197,772 197,772 00000000000000f1f5dc4b0ddce07362461b2c83d935a0b3b4f3d5a8197fd932 0.02 MB 75 17
197,771 197,771 000000000000060ddbd926bc7e895287e929f305d603cf293bd1db6bdd50d180 0.14 MB 337 141
197,770 197,770 0000000000000615d807ab2174ce27bf565f5ebcd10e9c8bbfd062b844586754 0.21 MB 448 119
197,769 197,769 00000000000002ce8d55db86810d810c25d5f970dac5f1aee181a1db924f0818 0.01 MB 20 102
197,768 197,768 000000000000018ed66d4f038d30375760f801f46c34e2dd1e1d6906ba4a686f 0.23 MB 526 127
197,767 197,767 00000000000005fe51441d2e19e4618318b1e14153fce835df143242576f3944 0.03 MB 108 20
197,766 197,766 00000000000004af29c3062dc4628b7848eb3a9c441290f2eb57d77870861385 0.25 MB 610 158
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.