Memory Pool Memory Pool Refreshing

27,777 transactions
26.43 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,259 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,811 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,258 (586,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,157 256,157 000000000000001b92353ddc44977736b791250572e96117c8b0ed5c357b3dd1 0.09 MB 195 103
256,156 256,156 00000000000000236bfff82cbfe5898744570bfbf59e4d5ba55bd7418654cb00 0.11 MB 244 101
256,155 256,155 000000000000001fb322560afed1f6a142451cc31ea656fa787ed8e090c188ed 0.11 MB 273 116
256,154 256,154 000000000000001e4e93100450203636b33f79eaf5a27877c29db4b5cc57a19f 0.25 MB 587 111
256,153 256,153 0000000000000013238a66d0366c2d21afc0eeff5ee9037396b5f2249ba9d497 0.28 MB 493 51
256,152 256,152 000000000000001615af3b3952475f960ad0d74ad264959d29970cc36862bad3 0.19 MB 252 81
256,151 256,151 000000000000000d09b7f05bf6897ab961d4fe57db447b9d67c938faacdfa30f 0.25 MB 758 204
256,150 256,150 0000000000000001c3c1a30eb92c7d36d263e8980ad7b4e27ad062fabc0f8289 0.12 MB 252 68
256,149 256,149 000000000000001fa240c7f8ee11615ff05a4f877871b01e4f003e79e7863c30 0.25 MB 468 99
256,148 256,148 0000000000000026d070fdda6b00ebcc43b424d2e2bd089bb6d0618318369653 0.08 MB 278 51
256,147 256,147 000000000000002f396c86ea7cfe0f97ef12fafe08c39aadee0bcddcfa229f64 0.04 MB 132 138
256,146 256,146 000000000000001a5d982f91c6bd2a39c3ab9230aba2c32dc89039e9856bd7b3 0.13 MB 374 83
256,145 256,145 000000000000001215d0c9712cd73a88ca943b52c4317484328fdba7ce492ec3 0.05 MB 63 22
256,144 256,144 00000000000000220dba6ef254e386afe016628e237c4ebefff40cc3b3e30d91 0.09 MB 196 75
256,143 256,143 000000000000001859b3dd5ddcfac8e84be0ec1a053fc578543960a256a2f9fa 0.12 MB 197 136
256,142 256,142 0000000000000006ebb804dcb3062d2c500bf324f6ab0a68401d02572d7c0afc 0.12 MB 224 1,271
256,141 256,141 0000000000000004c6416e1d634d6a5185d954336c6f8ee91ebf391710d2ef7f 0.42 MB 816 90
256,140 256,140 00000000000000235b0bdcac95b6435b291f4e64ed48221a8a2f761817c8a905 0.25 MB 672 150
256,139 256,139 0000000000000005fb8e6f39421e698224083cbbff4450983139251b12dfb90b 0.23 MB 578 106
256,138 256,138 000000000000002d647dfe02432c5d526d81ab3a8a409e7ef0d978fb559ada00 0.10 MB 55 12
256,137 256,137 00000000000000142ec7fb7a712fa3f597b49cbb11ddff8b04db73dfbfcda1c9 0.21 MB 471 92
Previous 10 blocks ↓
Total Size: 647.21 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,463.30 GB sent, 43.92 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.