Memory Pool Memory Pool Refreshing

9,809 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (677,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,918 229,918 000000000000022b975020510e9d0e1d788033e18068954d6b7b8d6e6e277a36 0.11 MB 208 135
229,917 229,917 0000000000000014f649ce537270276db292f0e473f108e5a60aed91d7bb00c9 0.23 MB 527 192
229,916 229,916 000000000000000491c56795c23d1975a600bf6b87d5e5b3f38c661824347bc3 0.04 MB 55 82
229,915 229,915 000000000000010a499af32dcf26ed0afa7bc0541aad105ee001c32cdfc622c6 0.06 MB 121 208
229,914 229,914 00000000000001735fc735ec397d9556293a8e124b2f3453a81eb09547e4ba48 0.22 MB 501 142
229,913 229,913 00000000000001d5f8ddf1bd845d56723aadf20d9af8786be7225b7ff1e004cd 0.14 MB 326 203
229,912 229,912 00000000000001eee4c8f1e75e1631a6c2db68584c59ad8f2a19bd05626284a9 0.08 MB 139 14
229,911 229,911 000000000000008527d964aef46388cff427faec4f2c8d30eea2ce1ed08a0e42 0.35 MB 741 133
229,910 229,910 00000000000000b7810c16720e71bad01962978b8b386523dd771437de1c76f1 0.15 MB 279 113
229,909 229,909 00000000000000f9b7e2458cde02170b8092c88974b320feee421d19a9bcc0c4 0.27 MB 414 142
229,908 229,908 00000000000001eb71647c9a39f12ee3aa311b68beef899e3d6097a762586646 0.25 MB 624 188
229,907 229,907 000000000000008468644defc41d443651ddb5815dcf320572e58ae4a177b790 0.16 MB 373 179
229,906 229,906 00000000000001606cb1587604719d2e1543be7046a2b1ab570ef41e5be94035 0.25 MB 498 148
229,905 229,905 000000000000014fcdfb323c0a0fa8b60dfc475aec5c6244c3df2451a013c170 0.13 MB 312 179
229,904 229,904 000000000000021f4e6e35fea08bcb46e0765c527ea9fb4aac6c5c4e19f5f816 0.11 MB 183 106
229,903 229,903 000000000000002dcc1abe47023b8c92c360fc9ef4a5f43404dd7a700922699e 0.12 MB 284 191
229,902 229,902 00000000000001f39c1ffec9ec7dd4343b32f716fa46560df594bc1d6efc3e86 0.04 MB 91 50
229,901 229,901 00000000000000f639b3e28a3f675fd2473d92cb2ea24368d8af5d2e23d25f34 0.24 MB 447 138
229,900 229,900 00000000000001434c1b8caa78e0a36ccb8fef0436b9882a38d65b2bb25589d6 0.04 MB 64 103
229,899 229,899 0000000000000099c711a3d4ec78087782d2d923da2fa6bb7470a22d4eab8ac9 0.18 MB 340 156
229,898 229,898 00000000000001a9a203db83bfc217258f6bf7000f6c90eca9f0678cce7c39bd 0.20 MB 252 62
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.