Memory Pool Memory Pool Refreshing

2,126 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,123 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (457,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
450,637 450,637 0000000000000000001ee9f90fbc8befd8c9071b42549c4c869dbf8c39049e01 0.11 MB 219 81
450,636 450,636 000000000000000001e34fabe8753bb8a2fdda4e47e4dcd4a8105ad600bcfe7d 0.39 MB 619 49
450,635 450,635 0000000000000000024a7670302193ec3fa024c2f067784ad4263d8d1b737a0b 1.00 MB 1,974 71
450,634 450,634 00000000000000000261925fa2d3eea09dee1e8851344b4f037780f343e992a8 1.00 MB 2,089 103
450,633 450,633 00000000000000000107a48807737043a7364f509779e92b269edad1bef69857 0.26 MB 375 60
450,632 450,632 00000000000000000049f6973fb19efbfdf4a5e6b93a5bfbd4bf06f352c72f00 1.00 MB 2,171 85
450,631 450,631 0000000000000000009b07bd8bbd2a4b3fb3e22f7b656847a09b257ddf68f9ae 0.38 MB 813 77
450,630 450,630 0000000000000000001641b1aa62fa7f91f87884c6c6c8f7cbd775a109c9c4f4 0.61 MB 1,080 43
450,629 450,629 000000000000000001ed07b12140730885e7a7bc8e28dd15c582f44d91b08f82 1.00 MB 2,086 77
450,628 450,628 0000000000000000016a56f73306d1e3b911e92350d28f9976cb4253d1668882 1.00 MB 1,779 94
450,627 450,627 000000000000000002790a0bfd2e933bcfafb1f263c007581fff1158531ddb10 1.00 MB 2,060 75
450,626 450,626 000000000000000002252ecb1751d38f00688c1f18f0283aee9cc860c5b1d5d6 1.00 MB 1,588 91
450,625 450,625 0000000000000000019bc87f15c844991aa315544895c8b65096cf2079e8ffff 1.00 MB 1,058 106
450,624 450,624 0000000000000000001cd6d9bac1dcc8a4fa924f35885653f721545db7cb168f 1.00 MB 2,092 122
450,623 450,623 000000000000000001cc6d8acf7d58220080f97d42e8bf2940cb68ed21e6c1fb 1.00 MB 949 68
450,622 450,622 0000000000000000000df0dd4c4b9b9cb14ed1a08b53c85f64d33d5cf4f453fc 1.00 MB 2,349 98
450,621 450,621 000000000000000001b96011090f66626cca57674d5cde10bbe0ac7d54883033 1.00 MB 1,346 82
450,620 450,620 000000000000000000ce0bb8fc54ec68cdf38691a72ca5fda10a9636c69efaf4 0.94 MB 1,879 79
450,619 450,619 000000000000000001303c5574c6733b8c9c9f0b8a45a9cb60d7a84ffa0e14dd 0.19 MB 432 86
450,618 450,618 0000000000000000024186e7b1dbed22bedae9e248084a118a38d93cbfbfe4fc 0.73 MB 1,569 85
450,617 450,617 000000000000000002883745cc691ec0217c4490e6edd728e9d38d1888439f40 0.82 MB 1,504 81
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

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