Memory Pool Memory Pool Refreshing

52,813 transactions
33.28 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
869,404 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,403 (138,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,270 731,270 00000000000000000007fa24b43fedb9e88d3c1ed624240489c483e385bd6e4f 1.48 MB 3,216 12
731,269 731,269 000000000000000000027c36d660971e55168bb6f01df569aedd4b4f7c97aab4 1.49 MB 2,639 12
731,268 731,268 00000000000000000005b7da715051aba978472c71e12a8722eca3e293e32c95 0.54 MB 897 7
731,267 731,267 000000000000000000005d255ab70046b960954674aa8236665d4c2cbe4d789f 0.86 MB 681 2
731,266 731,266 000000000000000000066d3bba4fb177a520a42b6bfed51ff64e318f09c869d5 1.50 MB 2,725 8
731,265 731,265 000000000000000000056cf41d40c047fa57a8876ef32bacdfa7d8396fbcfb45 0.62 MB 784 5
731,264 731,264 000000000000000000071335729556d0ee27e4f736fa32ed7f40b1bedd4f2e2f 1.43 MB 1,982 3
731,263 731,263 00000000000000000006e466514cc63a98eb3c6b15c2122d33bd91a38f9285d8 1.43 MB 3,459 12
731,262 731,262 00000000000000000000fc9aa0f3ba26c1acab8f2e131bdd41395dc8b10307e8 1.36 MB 1,123 4
731,261 731,261 000000000000000000082ebd60d46bf2225d80560a102026802dfc01ad7210b5 1.35 MB 2,836 7
731,260 731,260 00000000000000000001a62e672b7b9c0725168dc0fa219fd10f9f31497bdae2 1.15 MB 2,367 7
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
Previous 10 blocks ↓
Total Size: 698.35 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,079.90 GB sent, 199.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.