Memory Pool Memory Pool Refreshing

46,312 transactions
26.36 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
862,576 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,863 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,575 (131,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,259 731,259 00000000000000000008f0d7472662de4d8d44d3d0490ff7ca55242dc1d8ffb0 1.51 MB 3,473 9
731,258 731,258 00000000000000000006d33aa2c64303835cccb253e914e17629ee7809c89a70 0.19 MB 404 8
731,257 731,257 0000000000000000000975b44d56a55096a5a42a963dc833d5b5f1f2f9c5e177 0.17 MB 281 7
731,256 731,256 0000000000000000000399541426be7773f45bda7aa853e9fdf948ecf18943c8 0.31 MB 675 7
731,255 731,255 00000000000000000002b13a005273c44e55dce1ef3252187fa98769a4cc964b 0.39 MB 871 8
731,254 731,254 000000000000000000068e294774f49f16ea50ed3ce2883c7cbb3b9313936d4b 0.19 MB 399 8
731,253 731,253 000000000000000000044c7174cb1c27dc10a6720d5aa74fc73db20257b4f385 0.21 MB 88 3
731,252 731,252 00000000000000000001ca8d25b0c475eed6f3303ba58313eb4922a23f9fb25c 1.31 MB 1,555 2
731,251 731,251 000000000000000000090d302f9950cd41798bad0b696c1d1948f7f23b6be3a3 1.36 MB 2,682 5
731,250 731,250 000000000000000000065e0eacad1a420393d6e0f987bb1f2e61bdb44058b5e3 1.48 MB 2,774 7
731,249 731,249 000000000000000000097d7138455b91fe7dfc5af6462a534e2d9e84de8b8876 1.43 MB 3,716 16
731,248 731,248 0000000000000000000932577f24607495a93060ff4823a7c6f4a2b9db9582ee 0.83 MB 1,316 7
731,247 731,247 00000000000000000007bf186aa3f159fe6283352599c30855b9fe470cf6d528 0.43 MB 903 7
731,246 731,246 00000000000000000002067edd15f42e2d227c0e27e768fa5f35c012186faef8 0.37 MB 807 10
731,245 731,245 0000000000000000000686cb253aef8e7a98c76e4620f7df5856a35369bf4af7 0.46 MB 931 7
731,244 731,244 0000000000000000000939cba057f779fbbaf2bde573315285ebea3368405f7f 1.91 MB 1,552 4
731,243 731,243 00000000000000000003909f2cb1a859cb0dfee6cab2ba5d434d113b12af6064 1.59 MB 2,980 8
731,242 731,242 00000000000000000009499573a609700b0a115590ad9a63f43aece837ce98e8 1.48 MB 2,607 7
731,241 731,241 000000000000000000098bc3aa1e208ea1438b7a7d0e0cbc87bb5791680f53bb 0.44 MB 465 4
731,240 731,240 0000000000000000000872d18262429b96a97917120220a7e6b1412b654eca3f 1.22 MB 1,332 4
731,239 731,239 0000000000000000000220ff93f5da0b7f9843266b838fe535bb075c83ea3b66 1.27 MB 2,213 6
Previous 10 blocks ↓
Total Size: 685.26 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,376.24 GB sent, 107.45 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.