Memory Pool Memory Pool Refreshing

69,338 transactions
30.49 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,773 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,163 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,772 (555,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,205 289,205 0000000000000000fcafa5e7ad8882afdf34bc1e4e5ad59573fc664c95ff3a2c 0.13 MB 224 30
289,204 289,204 0000000000000000d3c0daf2c8630fe3931500391d993157535ce669efea7397 0.01 MB 25 25
289,203 289,203 0000000000000000efd07c6b76a2e38d283920f17e33c19b9152b1132b28bbb7 0.23 MB 525 90
289,202 289,202 000000000000000076fa0fe3014b2dd31e88b6eb91b3dda56794045eeb10fdc7 0.14 MB 206 42
289,201 289,201 00000000000000006895227ec37b1a65cd6c7fe118beb9ea92dc4b230a181d1c 0.35 MB 380 12
289,200 289,200 00000000000000010c9905f049f38ed9d419a50456f4f6f804d37405a6c778a5 0.39 MB 547 31
289,199 289,199 0000000000000000409924d5844fa5e3da3197515945b358cf1318368060d4be 0.45 MB 529 36
289,198 289,198 0000000000000000ef24b7290a498315f0b5f888ab4696ceacfa906cb71cf573 0.35 MB 735 50
289,197 289,197 0000000000000000f3964ebac8fa4b11b88a87becb9f29f2e290c6bb96bd813f 0.59 MB 563 22
289,196 289,196 00000000000000007538e1136742ea39334f824c14fdafac6bacc6544792c08a 0.50 MB 1,016 35
289,195 289,195 0000000000000000a7bcafcc8a207aebdd8a6a8e08eacf799a137b7312ba8e6d 0.25 MB 808 62
289,194 289,194 000000000000000103930a153981d4ab9a30f9c829920aa9d0221394cac7ba1a 0.26 MB 414 49
289,193 289,193 00000000000000000a60342c231c638a6cf025d4856300a7af037759df2b744c 0.08 MB 101 27
289,192 289,192 0000000000000000db458e99fb7dcb25a8dec66d488b587b99ffda0abd93d316 0.08 MB 180 39
289,191 289,191 00000000000000008e6642cc5aae06b0fa152cb1ef9f1d3aa50011a03b3ae122 0.11 MB 150 25
289,190 289,190 00000000000000005e89846c812d42b3a7e9da1eae2a4ee42b0349cd2205a66c 0.08 MB 122 29
289,189 289,189 0000000000000000ffd149018cb37ec0ed9c1bb6c87c35ab3a46459602e4487e 0.04 MB 77 28
289,188 289,188 0000000000000000b8e14b381701237fb6ebc8a6ff27de5ff614e626cc125dac 0.21 MB 340 35
289,187 289,187 00000000000000009113954d6a751774cb074ee2823b41c21c841c7838598411 0.02 MB 43 33
289,186 289,186 0000000000000000d34f31a039f1ff8b9985e14ef5f97cc6b1e7d8a4c099c201 0.03 MB 69 20
289,185 289,185 0000000000000000dfd2928af5a3362c7718f3ea7f043068c4e914c0e123a88a 0.10 MB 111 17
Previous 10 blocks ↓
Total Size: 651.97 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,188.29 GB sent, 71.80 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.