Memory Pool Memory Pool Refreshing

11,548 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,118 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (744,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,148 163,148 00000000000002e159e87c6573f9579967da4c2df0677eac333e0a44a992b92d 0.02 MB 56 40
163,147 163,147 0000000000000ba91c2751a296ae85183fa3aef781c7e08716785d27e2db2821 0.01 MB 37 126
163,146 163,146 000000000000064e3c78b1189a76c2c044b4c1346f4a2c1e45883830b2052a5c 0.02 MB 46 43
163,145 163,145 0000000000000039d096b27ae8e01e9c4e289c1c0e9ac8c043a74e1493ff39df 0.02 MB 57 68
163,144 163,144 00000000000004c74ab0c1ff564001d07e47ac878722d678304e270557b75e41 0.01 MB 17 48
163,143 163,143 00000000000001db301d405e5286622516f73b8560ebd778cb8fdf2c9e7c9970 0.01 MB 20 189
163,142 163,142 00000000000005ee01b300a3086738d4de94cc7fd9a497ceeeb3fd35e9020ffb 0.03 MB 98 43
163,141 163,141 0000000000000bbe0a0790097dacb8783258b21ae1092b909def3e88fc5d17a0 0.05 MB 117 238
163,140 163,140 0000000000000d42fa7dfc61ae94fa03f1b844b1ec1c08f75a5777df6b952d9a 0.02 MB 35 38
163,139 163,139 00000000000007e89c293fb28dbe2fab616247dde5053a9c3315e8cbba8096d0 0.02 MB 75 141
163,138 163,138 00000000000008b56e1c3cbd517c7ea2872baaec39a6b26503cfdd64abd17034 0.00 MB 10 353
163,137 163,137 000000000000072913b495c638fd8e20230d4d1cd9d95a1b69989515a8f71368 0.01 MB 30 202
163,136 163,136 0000000000000507954807150ad74d006deaceb1d8f480fffe16314e049204ae 0.00 MB 8 69
163,135 163,135 0000000000000a85b24b618df5e81319552591d4d863308823ed6d1270a0fae9 0.01 MB 18 18
163,134 163,134 00000000000004495e1b31a047d038ed359d6cffd5e3de06a5096b913616279d 0.02 MB 84 6
163,133 163,133 00000000000006baa3348b0c501604b46b1e295efe9fbe4ea69370b2eb67840d 0.00 MB 12 35
163,132 163,132 00000000000003126f9bc93c0e39df3682cc3ca914937876b7fae61a2ae66e96 0.03 MB 69 94
163,131 163,131 000000000000039ab6544db5755a4ba69e347ffbccbea5237e221ecc0a2ab8dd 0.02 MB 66 75
163,130 163,130 00000000000008a133d516889ce4cd3a89b8ef5a61b9ed761728ef6ececce246 0.05 MB 132 184
163,129 163,129 00000000000004a26a0964952c6e912824c1e014cae56891c82ca86012824069 0.03 MB 37 62
163,128 163,128 00000000000000bf3f3683bd1d28ee4b4d63c182dcb207abb5f499831eb0d450 0.00 MB 16 34
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.03 GB sent, 94.13 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.