Memory Pool Memory Pool Refreshing

10,551 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (710,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
197,765 197,765 000000000000047091e8a76de26ad808566dbbabf8c8256ba54a61c599733943 0.03 MB 51 118
197,764 197,764 00000000000003015d2817de8e50ee13d92bce6102c076881d4c6e3e92f883bf 0.11 MB 130 61
197,763 197,763 00000000000005fd64f57b64be76601eba42e07266d38ad2463c540b4848bab4 0.04 MB 78 100
197,762 197,762 0000000000000005e58bc5763517c1ba108ff799c361ba2c23b8626bd9c39371 0.06 MB 90 57
197,761 197,761 0000000000000273a574d3261a8afa9f3c6ec848b649afd4b0dd28490d62c738 0.25 MB 562 133
197,760 197,760 0000000000000430a06ed8b3464f16ac78690a55753f2aafaef76566c2772081 0.13 MB 328 128
197,759 197,759 000000000000048a9f826c2e84b478611d39851e9d000d6245ebbfd7e9aa64a7 0.04 MB 156 3
197,758 197,758 0000000000000082b0bab35c9efb6dc99a3b6c20c303ee15975b3dcadfcebb60 0.11 MB 322 176
197,757 197,757 00000000000004f6ea96e23bcd9e32698d75ff41b7d132b3f2e4c3137c7d522f 0.05 MB 153 69
197,756 197,756 0000000000000051937139ed265a43c506c81a90079ae7b873bedb1932e16e73 0.25 MB 727 167
197,755 197,755 000000000000012128074d45d856cbe65bb657f59316e2c65a75f95b13543c82 0.00 MB 8 172
197,754 197,754 00000000000002e3ae6deffba6e4ca0f66b7297e37ad61e500c734f6d7abc1f4 0.35 MB 1,024 155
197,753 197,753 0000000000000094827f63eb272556ff17d1591eb1d80ec99c5c25aeaa5764b5 0.06 MB 134 448
197,752 197,752 00000000000005eecbd17d81057060551920cd64b49f4b8c10a0a93680f5fb0e 0.19 MB 512 151
Previous 10 blocks ↓
Total Size: 769.24 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.01 GB sent, 94.12 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.