Memory Pool Memory Pool Refreshing

1,321 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,301 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (18,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,809 888,809 000000000000000000013c4202bb5d301ee57ef5f1e32a8e0ddd03dc0476c28e 1.55 MB 3,341 10
888,808 888,808 00000000000000000000bbd3d36dee3b8029c2d30c6054abfc23834bf94bbea9 2.19 MB 115 1
888,807 888,807 00000000000000000001852877622c85af6f6bf2197d01a84d9ce5b8be6492ce 1.68 MB 2,216 3
888,806 888,806 0000000000000000000269319acaacd6e7703fcb7eb19cfec3282153883429fa 1.66 MB 2,537 3
888,805 888,805 000000000000000000004401c4fb56706336d4dff3859b9976a770b4fc874b39 1.72 MB 2,149 1
888,804 888,804 000000000000000000002011e3fa08b22f56c3eb24835f818e3806a954de7394 1.28 MB 1,737 3
888,803 888,803 00000000000000000001fb8125ef1e3097894d91400ee7e946a480aca8778bea 1.07 MB 474 2
888,802 888,802 00000000000000000001ebb18fc5e43c5e06604d8ecf6eb5e4a6d15d144daa67 1.38 MB 2,195 3
888,801 888,801 000000000000000000001544718e2852307ac1a19672e28dc52faf2dcd8c4c44 1.69 MB 1,612 2
888,800 888,800 00000000000000000000eec2c9ab4e22879d9af04fccd855a80332002a95fed9 1.10 MB 806 2
888,799 888,799 00000000000000000000c156d005589021da541ebd6dd5cebceaaf0ee5acdb63 1.38 MB 1,817 3
888,798 888,798 000000000000000000018722da2bd85b441f9c0457f76111b84335cb4e6be5dd 1.48 MB 3,384 5
888,797 888,797 0000000000000000000115e35eec6e9bfee255e7089f11a3ddf0b6b9d1fc14f7 1.52 MB 2,824 6
888,796 888,796 00000000000000000001ebe26b2d2d95ea0b5f54f6296c5fdbe8b4e82baeb0c1 1.14 MB 517 2
888,795 888,795 000000000000000000006332663c3a29461f855ab760a4c81d9e9088e558a6f1 1.56 MB 1,508 2
888,794 888,794 00000000000000000001f5a440b3c286a8a1efb55c346e701434a6f2ff57f805 1.53 MB 3,414 5
888,793 888,793 00000000000000000001b29cc1d9d1665d1468eba2f6dd6845a6dde1b8b8fefe 1.63 MB 3,833 4
888,792 888,792 000000000000000000000a4e60de2289bcd611f1b38a2412661773047392f6c9 1.49 MB 3,397 8
888,791 888,791 000000000000000000025e27e9f0567034b5ce73d2de5d4b4d4afecdbac8836c 1.59 MB 3,783 4
888,790 888,790 000000000000000000021e2dc93496de36e3e20b674acf9db265429a085d6418 1.59 MB 3,160 6
888,789 888,789 00000000000000000002176fcde93f32e69f3f288173508076ffe24b45d2efd3 1.08 MB 421 2
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.