Memory Pool Memory Pool Refreshing

110,529 transactions
25.12 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,654 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,603 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,653 (589,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
256,136 256,136 000000000000000f10f75d8c4349051d51810ff5847299a3a59ed7e42d4c9e9e 0.25 MB 624 134
256,135 256,135 000000000000002638ba74af614f618ab342bbe16aed7d095753b99d8c5629ef 0.16 MB 299 126
256,134 256,134 00000000000000254e4ab6bd128256379bd2a5068ee70b97a7d960fd74fc3fdf 0.25 MB 618 130
256,133 256,133 000000000000001e2c0d65f81bbf04c36257bf04a93524812f4d88db149acace 0.33 MB 641 90
256,132 256,132 000000000000000831a85ce38894f4ac3d9aa01ea4ef77d6ac862c147635417f 0.25 MB 474 69
256,131 256,131 000000000000000e456d1ad6bf013b12f4bf8a64c009d167cdfe1774a92e4977 0.25 MB 745 53
256,130 256,130 000000000000000e6a92e7a1cf6f3ac29019e5420cf8252d49a431aadcee37e5 0.25 MB 380 81
Previous 10 blocks ↓
Total Size: 653.61 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: 9,326.69 GB sent, 82.97 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.