Memory Pool Memory Pool Refreshing

38,969 transactions
31.28 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,196 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,195 (599,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
262,430 262,430 00000000000000128081eb2bf3a71ff7f81d911e7620f7d09dbfc2fcd1a01aec 0.22 MB 310 73
262,429 262,429 0000000000000006a179f93dd66c9f8f6ec2b080804d731912fa2b0a952900a4 0.21 MB 292 65
262,428 262,428 000000000000000ba5071c697d925d5173811bec663ac77133b3d4cbe940f068 0.18 MB 375 111
262,427 262,427 0000000000000011793ced841cdce4dba16e799ec0a620eb5dc3191ec0bb93f9 0.34 MB 605 63
262,426 262,426 0000000000000016ad614334a0aea72e0a13cc44f4cda8d29417c4797de29c9f 0.25 MB 559 127
262,425 262,425 0000000000000007c94e969b5b06a10dc49907593a387554d5233b1b0e76f05e 0.25 MB 580 62
262,424 262,424 00000000000000140dca41b828938d4294896e9b093f0706c8259d7ec40780d4 0.25 MB 446 181
262,423 262,423 000000000000000fcbc1bda1a4c04c57ed7fba37fbb8349d68fce7f882eed31a 0.26 MB 585 80
262,422 262,422 00000000000000073feeb0040f96ec9338ac932e8921cd19e14c53518c28f580 0.08 MB 198 57
262,421 262,421 00000000000000080b4e7aa4d626938803d9cafb5b2796ba51e50af17ed6d2f5 0.49 MB 1,098 63
262,420 262,420 000000000000000c5b1d146cbbe51dd6d83f23813aa213c40ba5e186512afe45 0.25 MB 642 149
262,419 262,419 000000000000000f38afaec8768a4b8e6fdd85bf599a1a8b0c9141f07426a164 0.03 MB 68 22
262,418 262,418 0000000000000015b2a56238909581ba25efc8310f9a3c67fdbdd1826b49fdba 0.29 MB 704 110
262,417 262,417 00000000000000156666c0ce3e9735e49cff03085a2ba94427286a7283656481 0.07 MB 141 66
262,416 262,416 00000000000000075044c201b7e5b11ab417c69f748409affec4baf144fdd61d 0.07 MB 158 84
262,415 262,415 0000000000000012b792a482fb99c06c5199ae4d68aa47eea1735df7e2662a26 0.02 MB 37 11
262,414 262,414 0000000000000002af4050f2fb9734fc6203efb16efe8611c47c95a691d02ace 0.23 MB 502 103
262,413 262,413 0000000000000014c888687c6e3409b464ef4015ca8e8527511a3052e35fc397 0.09 MB 205 80
262,412 262,412 000000000000000310f57cca4ba0b88de91f9bea25756ceb10ee247474d77ac8 0.07 MB 209 83
262,411 262,411 00000000000000104c97ae952ba510ae04a13db40c522b8fa3b134a0e6aa4a70 0.04 MB 95 82
262,410 262,410 00000000000000002e1e85d9a8ae529fd7a77d268d481aa650dda0300cfbe778 0.14 MB 281 41
Previous 10 blocks ↓
Total Size: 684.53 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: 1,354.06 GB sent, 101.71 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.