Memory Pool Memory Pool Refreshing

6,232 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (628,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,922 278,922 00000000000000029927f22c21fd0f5537fda216034c732e9c7255f4a9d0486a 0.25 MB 685 64
278,921 278,921 00000000000000010d26e0b1cda0c876ad7e0b4a72921cd549168e73e86d547c 0.25 MB 814 89
278,920 278,920 000000000000000216c50814dd582191878433c9245d19ac7e3227040b958148 0.23 MB 366 39
278,919 278,919 000000000000000289cf2cc408f17a4dc82331d3e53503d81cbe3dd56a82e00f 0.35 MB 817 43
278,918 278,918 00000000000000007b743f1689e06d2c663b85269770b1e696298f739cf4d806 0.19 MB 496 41
278,917 278,917 00000000000000020b860faab17b0b2fc795f5f8286af0c9b821308664280f92 0.35 MB 739 56
278,916 278,916 0000000000000001627c58c65ad9fc3a443e3380e033167c695e6d3f926de776 0.31 MB 128 16
278,915 278,915 0000000000000002a9007add74ac59f7719c944ebed1bb21688c39f0eb54c719 0.23 MB 447 36
278,914 278,914 0000000000000000ef9ccffa44ac5075d404464bd3e985cb7878e3c693f4e842 0.03 MB 62 66
278,913 278,913 00000000000000011b23173f87cb2b3a6eb7fc7ba5686700443805af0a3deeb8 0.03 MB 75 34
278,912 278,912 000000000000000055d86c60917ca853b77cc61d615332c61f2cb7befb2ccea1 0.48 MB 336 17
278,911 278,911 00000000000000030200c36802955af26ce5560ff57ed40c50cbb90b493a8977 0.25 MB 764 77
278,910 278,910 00000000000000005eaa689396f916c42f884a8c73e2c67e49fae5932cc9826f 0.17 MB 286 46
278,909 278,909 00000000000000029dccf165e24be6c68132cf70e276f5acfe515e614ccc4627 0.19 MB 387 47
278,908 278,908 0000000000000000274c43ba218aa38363efb7b58c179aa507d8cc89f5c74697 0.15 MB 111 11
278,907 278,907 00000000000000016cdec353bf542e369d2b74fc471bbb133a1b5b77d8163981 0.50 MB 1,092 50
278,906 278,906 000000000000000262f2493c74260706f31dd7c9a3d062288cb4fe052b862ea7 0.05 MB 71 16
278,905 278,905 0000000000000001c16bd372ef3b0e22d15ea342ab43df89dd656b741df19203 0.05 MB 91 30
278,904 278,904 0000000000000002b74eb0009291ea82ca453facf2605ddfec1149a2becfc353 0.03 MB 60 10
278,903 278,903 00000000000000023aa617c31b61ca40a0ef22bb3bad90bfc2636119fab57634 0.09 MB 195 33
278,902 278,902 000000000000000226e7fe565a4d03b21900f25d6aa92360bb1980c1bf7a47d4 0.23 MB 427 49
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.