Memory Pool Memory Pool Refreshing

86,565 transactions
32.98 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,177 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,924 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,176 (323,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
546,720 546,720 00000000000000000015534c5a9a7c7ad0cf6f03da519d3a7fc7b6d89f256cc5 1.11 MB 1,406 15
546,719 546,719 0000000000000000002686281773d8e0cb1a539bb2bad594034fbb353e4f8a9b 1.13 MB 1,785 3
546,718 546,718 00000000000000000010fc2c2a4e92f7426579650a6263427531d33f1b767d90 1.23 MB 2,996 21
546,717 546,717 0000000000000000001837bcd78c07839c0a2177bd165e047478b914d6548aa2 1.15 MB 1,962 8
546,716 546,716 0000000000000000001ff9a352390d968ce59eee5b752764ac0bed9242cbb2e3 1.22 MB 2,555 9
546,715 546,715 0000000000000000000e22bd2da0b1aff2d8714ac5abae13fcaab926a600240b 1.10 MB 1,882 9
546,714 546,714 000000000000000000008080777ae968897f3d0c996dab7fe38a302812ca66f4 1.11 MB 1,270 9
546,713 546,713 0000000000000000001b540f327b2c8bc5ebf2c39fb2ff5f3bff12f3fe83c1d6 1.00 MB 667 43
546,712 546,712 000000000000000000155562a78c43a092007479a7d43e77b7d898ce540044c6 1.03 MB 1,063 36
546,711 546,711 00000000000000000021bbdd30d9df0bc9b98cfd0444f075158fac31a3d68c58 0.40 MB 879 34
546,710 546,710 000000000000000000020f75bf90c5af670f9bff1e003a481d6819cc9df9056a 0.68 MB 1,278 8
546,709 546,709 0000000000000000001d4bdf13ab9cdbe54c66f7d8f59f5c3402b16a89951189 0.81 MB 1,352 10
546,708 546,708 0000000000000000001877c99f1887bf259e1fd2fb3ab1fa9c8937cc1c8e6f12 0.55 MB 621 10
546,707 546,707 00000000000000000011b78eec2d7480cb3d257e73ae8a662447c487d97d648d 1.17 MB 2,143 30
546,706 546,706 0000000000000000000b3a7a568d1a33ef264edd82c7a7aeb4a550daf1e2f81f 0.07 MB 102 6
546,705 546,705 0000000000000000001f00705e9eeaf6291e66ec17bb7ea7bb4f37429352728f 0.35 MB 447 7
546,704 546,704 0000000000000000000fe0e06738ee38ab025843ad2e1a9d0df91a410126144b 0.89 MB 1,321 5
546,703 546,703 0000000000000000001fc2b369d5cee57d35c5b57519eeaf8b89e00b8f584d15 0.28 MB 674 26
546,702 546,702 0000000000000000001ab051aa4353adb0c22178518464a6c14158123c6a101b 0.35 MB 587 10
546,701 546,701 000000000000000000238980cd5a7c87480ead1dc8da98f59552beed9f427626 0.10 MB 177 8
546,700 546,700 00000000000000000006e3eafff86285982a55f6363bf60f706c4f1b530be8a7 0.12 MB 201 8
Previous 10 blocks ↓
Total Size: 699.79 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,187.58 GB sent, 209.01 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.