Memory Pool Memory Pool Refreshing

4,187 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,092 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (657,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,889 249,889 00000000000000464a73b697df674b8fa2c0645beeff0a9972fb6059d3a90f81 0.06 MB 200 119
249,888 249,888 000000000000007f6dae6380f2fcdd557700757217b3f841a12b393f1ce8f2b1 0.06 MB 122 147
249,887 249,887 000000000000002bcab9316a24d81da9f53fb573f882bacd6708f493218b30e4 0.22 MB 536 123
249,886 249,886 00000000000000625eecf73817652fb4ce4eff81a86ca78a38ba820930497ad5 0.25 MB 663 160
249,885 249,885 0000000000000028855d02ce05d0e600218f03b494042a6a85cb1b6cc89896ce 0.29 MB 944 100
249,884 249,884 00000000000000482b9472ff579d6e188a589b4d8a8f15d9c95b33030352d77d 0.01 MB 21 12
249,883 249,883 000000000000005964ad80d388371f0fe873d0b4ce27808b0a0d022f5efb7b55 0.24 MB 770 130
249,882 249,882 0000000000000018e28eab29577b39e7ceaf6b8ff5170a6fca41708d4ab1a231 0.12 MB 256 137
249,881 249,881 000000000000000c90209e584a952722c97966b4d321bc50f5fd97a2b04100c9 0.18 MB 411 202
249,880 249,880 00000000000000737ac765a841bb995bcd33803b79a2329faa48fbb00fc5a417 0.10 MB 138 98
249,879 249,879 00000000000000714f2b786bd284ba0f731f496e43b977f316d08e0b63efe4d4 0.09 MB 206 130
249,878 249,878 000000000000003dc89d92736fd9d6e71951fa6b6cffab875c27df219b5a0ce4 0.18 MB 441 176
249,877 249,877 00000000000000300ed3761a88dad758cc064b3d3038365a476ad225dc2c3b3a 0.12 MB 237 111
249,876 249,876 000000000000007cb6570aefd23cbc3acae470c83b738a0902d3b6dd08f3fec4 0.19 MB 454 162
249,875 249,875 000000000000000b827b7885d0129982a18a0f6d51b0b95590153b13d60c4bef 0.06 MB 101 92
249,874 249,874 000000000000003094bc7dcc655f47312f1dd8d392da3e76ecb2b38d1c0beb91 0.18 MB 395 154
249,873 249,873 000000000000007b26cd97215769a24589d2c1fe2d4771b84bca7842590bed36 0.08 MB 190 97
249,872 249,872 000000000000007cc1982cd1f8c58258800025280ef1852008ff9fb9fbbf05c3 0.23 MB 613 163
249,871 249,871 00000000000000480b512c0ca03377071d57f3ed0d31dbb073d99ec3f262d5e1 0.11 MB 242 136
249,870 249,870 0000000000000003494d9e50b4b69a314e45538801a6df5b910f7a8209f6f206 0.01 MB 31 132
249,869 249,869 0000000000000036627a6a42b554ba951b6b625a513385e3146d33ad23193ae1 0.01 MB 26 135
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.07 GB sent, 94.14 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.