Memory Pool Memory Pool Refreshing

1,173 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,146 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (650,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,792 257,792 0000000000000005084758e06b2d932db801c52137f99f8bd0a3c2471e06db49 0.25 MB 661 141
257,791 257,791 000000000000000a32595b8d8a266202f1617b13e0154ee5bc924828c636db17 0.02 MB 44 91
257,790 257,790 0000000000000025e122b0fd61d84f78bae53a82fbd6117ece1a6560017cf4f8 0.16 MB 369 106
257,789 257,789 0000000000000011536274ee2c3f83f71e297d42622d330df59ed31fce325667 0.16 MB 275 80
257,788 257,788 0000000000000025250d23b0005270a568131c514b6b28c0a03c6fa8429825c3 0.05 MB 75 45
257,787 257,787 00000000000000103a28995dc502f7f4a623d508cf211b7544488afa457f3cc2 0.06 MB 129 103
257,786 257,786 0000000000000023c2597ff78b97e4c91c5c62593c79b3f6958ac28eb059d609 0.09 MB 195 96
257,785 257,785 0000000000000001f3cc296d1a7483e3586ad91c7ba7f99e47c75f21d254e709 0.04 MB 90 101
257,784 257,784 0000000000000012881542b5a016181fda68e8db36f6727636f8daa951494f37 0.15 MB 356 99
257,783 257,783 000000000000001840e8ccfd2de6f53eea673ebe02ffa11ad2297d4738f0c43f 0.10 MB 256 159
257,782 257,782 0000000000000009527d076cbc8ca1f3c576a581731e138fe492f2604c0168fc 0.01 MB 16 53
257,781 257,781 0000000000000015e92da81d63f4ad3de641c9e42c10e4c59dfa4c21fefc20a3 0.10 MB 256 122
257,780 257,780 000000000000002914bfa2aea7770b45c20fe2b9910c3081bad3e43eda24d25b 0.02 MB 60 108
257,779 257,779 00000000000000235efcb7cbbbfe78a68641fbecfeee3e1d6f6db6ee05078454 0.05 MB 118 105
257,778 257,778 0000000000000003b935ae21d668b46b0a0edb373bbe1bbf48040373608b5a9c 0.03 MB 55 104
257,777 257,777 0000000000000016cb217aaefa482f5fdd10c8a50eeb66e1b3a74085e48a85d3 0.19 MB 460 99
257,776 257,776 000000000000002ae86ee1186ab192e5266ac8dea185ba5f62785d50c0acb8a2 0.25 MB 601 132
257,775 257,775 000000000000001567fb77108f754931cbc42cfbf0a11509b9bb29c04c09663d 0.04 MB 109 106
257,774 257,774 000000000000001ee524391992c596445a6dccf1a41d9a3de8fa05d08c4cf7d5 0.09 MB 202 92
257,773 257,773 0000000000000028cc85e22294bc62a3d1206043abe5ecb891d43bf71367daa0 0.07 MB 171 126
257,772 257,772 000000000000001f64c69bf9328948de65871cae25d0a5839ea45f7de033070a 0.32 MB 765 119
Previous 10 blocks ↓
Total Size: 769.58 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,650.60 GB sent, 95.81 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.