Memory Pool Memory Pool Refreshing

70,246 transactions
27.49 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,243 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,179 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,242 (210,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
659,487 659,487 00000000000000000001468662f661e73a8a3679f11d0a918fa3bfc91bf13330 1.33 MB 2,784 116
659,486 659,486 0000000000000000000750264372b9ba367334d769d060dfad124767370d0c04 1.31 MB 3,277 118
659,485 659,485 000000000000000000007187f444718a49466b00e4a98f7451a692f9b69ac5ae 1.50 MB 1,878 98
659,484 659,484 00000000000000000007066ab8277ae8a001e3596cf515804422843c0078b814 1.29 MB 3,188 130
659,483 659,483 00000000000000000003a1231421eab3e4fccec98f0b90547da117e949af0aeb 1.39 MB 2,762 89
659,482 659,482 00000000000000000009536718b312bad60ab1df8a0a66d172e396e4eac9b06a 1.28 MB 2,744 114
659,481 659,481 0000000000000000000c9b56aae4ac867810d22cbceb809631b025360ed5dca4 1.24 MB 2,558 83
659,480 659,480 0000000000000000000ce63073fa07f5bfb6c7b90df09e73c455e8524a27f24e 1.30 MB 2,655 82
659,479 659,479 0000000000000000000e0b2727fe21fde7217e5b7c287ba95dfb9012e4dc4e3f 1.33 MB 2,857 99
659,478 659,478 000000000000000000006fd36b076300a5c99ffac38a776cc0649aec3292c82f 1.14 MB 1,811 79
659,477 659,477 00000000000000000002f9fbc40c03470b5f5f99e6e2d2716db957f45467395e 1.33 MB 2,519 106
659,476 659,476 0000000000000000000dcf7a68b32db24ee46f9092c72b6c2b7949dbe6a742a1 1.26 MB 2,656 73
659,475 659,475 0000000000000000000972b4ebb2d2692854d207417d5f89df4047f79448e080 1.43 MB 2,769 105
659,474 659,474 00000000000000000000abdc21bbfe6cfbe239c886298f30235e9018de841a5c 1.33 MB 1,946 93
659,473 659,473 0000000000000000000266d6b2236f176e34a02429554f98b73b9ad63402a2f1 1.32 MB 2,873 117
659,472 659,472 0000000000000000000c481531cce3711dadd7f26c599180f07e96f5f17890cc 1.34 MB 2,797 89
659,471 659,471 00000000000000000003a89f39bbadd42f01232a6a9bcef047a08a328fa14087 1.36 MB 2,685 101
659,470 659,470 0000000000000000000188162d43d35d7abd11c0116bf50e84df4eec88262267 1.47 MB 2,120 102
659,469 659,469 00000000000000000008ea60dc3fd778428a0d0fbf68da8916296ef41f1aa2cd 1.34 MB 2,207 104
659,468 659,468 0000000000000000000b2f22548f50d5fa67edc2ad33db2877c39ba0de59acdc 1.25 MB 2,029 105
659,467 659,467 0000000000000000000c15bc61a4d602efbd2f2893ed878a7c2bba473b7fecab 1.17 MB 2,262 36
Previous 10 blocks ↓
Total Size: 699.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,200.61 GB sent, 209.81 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.