Memory Pool Memory Pool Refreshing

17,513 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (718,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,017 189,017 000000000000029952239aafa9f47d72b67c92bd8668e296a8bbec081772a8ca 0.02 MB 64 150
189,016 189,016 000000000000048db78687845ccf832c58f8d3a63a09f97550a23267426fc343 0.01 MB 38 154
189,015 189,015 00000000000003cd359f397f595abbb0257e3650b4e12b36d922031d06c7464b 0.04 MB 128 121
189,014 189,014 000000000000074c6e8f46781b36433e507417d682f0933ae063ea3047358ec6 0.00 MB 14 0
189,013 189,013 000000000000007d6bdbcd556973486724128ccf7c08c9f0c1956242a272ee0a 0.02 MB 56 73
189,012 189,012 0000000000000733d89cf18a4a7b8ba74f6a4773b3b18516890150556d4b852a 0.05 MB 84 83
189,011 189,011 0000000000000379a3ac4b0891eb6a1feb59a087c654462f9fbefc4622e41937 0.01 MB 40 116
189,010 189,010 000000000000018b6b4f78f2fdd35fb2cfde81eb9ad5600b3ab0f4a4d64e4b3f 0.02 MB 51 354
189,009 189,009 0000000000000661b2fe3924ccb0624f09637e6502d953dc8d0b86147c5dd081 0.02 MB 35 27
189,008 189,008 000000000000044f60e16340025b05035e119acd3620124710d5c281d45c92da 0.07 MB 82 93
189,007 189,007 00000000000004b4d46d96b21b94dd272425c40db45aa49659d833478c9c0236 0.08 MB 251 121
189,006 189,006 00000000000008083b5e302a18949923c445f3a0d980f69609b515033993eaf2 0.01 MB 32 160
189,005 189,005 00000000000005c0799c000bd4c71251b2bddde5994b62d12e40754fb8e82d9e 0.08 MB 138 96
189,004 189,004 0000000000000823d3c81605641a7b3656914004de838d717f129891928af7eb 0.03 MB 88 119
189,003 189,003 000000000000061cc3de70ee68d91a0731381f65ec2548259ef0f4b9f62f7d5f 0.01 MB 32 118
189,002 189,002 000000000000071b478ae54e115c236e3b107af12aa31ad71d88cdd81f1b34a4 0.01 MB 35 104
189,001 189,001 00000000000001d234cc1654342cbe77710fa4ebb68bdf5218379c7b35f85d4f 0.05 MB 131 124
189,000 189,000 00000000000000cb70eababc6787d13fd1c157f487145b97a15339336855d797 0.02 MB 71 90
188,999 188,999 00000000000008ce9b7e9820fbdd78e47669b5cbb29062a87f81ead6b5c4070f 0.00 MB 13 15
188,998 188,998 000000000000083c940b71e15a80b6edbb1fc2a3e5b3259a302d5d4bea451b6e 0.04 MB 115 156
188,997 188,997 0000000000000021184612f6532fad11b5fdf60fa481c3f645801c5510ee0018 0.04 MB 94 109
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.