Memory Pool Memory Pool Refreshing

5,154 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,705 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (657,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,153 250,153 00000000000000500905dbd0f48502dc64b4c6d578388cd01ed3d56d107e8c14 0.21 MB 521 120
250,152 250,152 000000000000001f540b9e29af7223e68aa6159a41d0f939a30c4785a950d117 0.02 MB 64 60
250,151 250,151 0000000000000019567d67cb38b9939c649f02bd2777b3e786f7d81497b895f7 0.14 MB 266 198
250,150 250,150 0000000000000029906de417e0fb92870afd9b6d317176f865476f7b9c265028 0.25 MB 653 146
250,149 250,149 000000000000001f3d3dd3555dd5d644980ec33a6c797382170338e808f85d16 0.06 MB 93 77
250,148 250,148 00000000000000260a9424455789bf37de72b3c2a6a817d23d1670929fe45b67 0.03 MB 52 55
250,147 250,147 000000000000006e71e77039c78df47d480fec3b527af485bfe95a7c7787a30d 0.25 MB 650 152
250,146 250,146 000000000000003d33d2e3b5b6530e729dee1d9f516e3fa7cbdb2c4bda4e221c 0.03 MB 60 57
250,145 250,145 0000000000000050529940ae9d4cc8e569459d87db989496ef4a9542d8bfa705 0.17 MB 400 162
250,144 250,144 000000000000005a2c3388d12d533ddd6ab67ed405ae850b7dd193e4db0b69ba 0.01 MB 16 70
250,143 250,143 0000000000000017a7407a94bb54261b792307c68deb90c41e4a7c303fbf6604 0.08 MB 169 123
250,142 250,142 000000000000003ec5c1a331ab01de614dc4c7ddbe21441b632f4bd6a30acb68 0.10 MB 231 126
250,141 250,141 000000000000000a14f249faa776397bac23453497d0c8dd76fad7509cfaa9bc 0.21 MB 415 115
250,140 250,140 0000000000000012fe38488b1cd65b2c4aca7b81f6a2172a6ffb4d5ca7668dc9 0.15 MB 345 139
250,139 250,139 000000000000003698f4fbe15506d1115a61368be583dacd6b780a04eefcd8e4 0.25 MB 557 122
250,138 250,138 000000000000002023a4027d5deb58e097d319206d11a2f3ca1234d583245656 0.09 MB 213 153
250,137 250,137 00000000000000312db41a1169da1c56324a7d49963571fe59cdfc4125078cb8 0.11 MB 256 39
250,136 250,136 0000000000000055e604ded667e5a6e89cb17b132193cb5c257147ecad1f266b 0.16 MB 340 137
250,135 250,135 0000000000000056c92f8b47c60873ec0a526e7c9f388b02990807cb401d8706 0.14 MB 314 122
250,134 250,134 000000000000006d063bb76997c93d72ef5e2b0291bdd07bafe28bd156c1dfb8 0.07 MB 107 11,993
250,133 250,133 000000000000002f7c88958de237a7216e70ff810c7c31184a83f6bca0b0fb7d 0.17 MB 145 59
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.