Memory Pool Memory Pool Refreshing

65,045 transactions
29.83 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,867 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,921 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,866 (411,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,034 458,034 0000000000000000016f39a1a4929f4a77edbc52c4d983b3a06154bb85936da1 1.00 MB 2,742 225
458,033 458,033 0000000000000000011c9a6c469630f5b2a5b3dfff272d643249e7c2dbd3cfca 1.00 MB 1,712 126
458,032 458,032 000000000000000000e82899cbe535a59b1838a1e98388aa2866b180e885f11f 0.26 MB 593 199
458,031 458,031 0000000000000000008246f19524bae1da6630f54571dac121f0dc737cbfb370 0.99 MB 1,270 81
458,030 458,030 00000000000000000223ea7c141b822a91b5d9cd9fa10fe5d4f9d13f4d67467f 1.00 MB 1,492 72
458,029 458,029 0000000000000000007131703b20dd9e892c2d92d21e54c7fb534edd215e42ce 1.00 MB 2,629 208
458,028 458,028 00000000000000000068267f526981f93bb8290de2a9ab74c5954b60ad6e3bd8 1.00 MB 2,430 201
458,027 458,027 0000000000000000013b58e3d1c7c20d328fc33fdaf2a828fc237bc1cec1e5a6 1.00 MB 272 8
458,026 458,026 000000000000000001f3731a72c4ec45accb37ae15df77491ceb9654b142bafa 1.00 MB 1,829 136
458,025 458,025 000000000000000000e0c90ab704f93d2025d9a7ce7d404e7045d72a9703163f 1.00 MB 1,785 131
458,024 458,024 000000000000000002442ffcbab5e52a8b6ed6d4f5f4414cd13fe95ab72b5d0e 1.00 MB 1,320 118
458,023 458,023 00000000000000000132eefc323eda8a96e1baaf88c146184d90280ec1ea517b 1.00 MB 1,937 120
458,022 458,022 00000000000000000139666e1bd28d123a6ddaad19c536d0969d4a9a442afbcc 0.99 MB 2,637 226
458,021 458,021 000000000000000000972ddb442a64f51c289e3c65f2893e10a6e0a49cd3e0b5 1.00 MB 2,455 208
458,020 458,020 0000000000000000001ceac0a191d21c6c997a3ef2f33a2cb89a2ba2faa321f7 0.66 MB 764 197
458,019 458,019 0000000000000000011ac08e5cd416977b959e8602311949377b6fe692bbb8d3 0.47 MB 1,196 198
458,018 458,018 00000000000000000243d1552123613158d2d478b6b497692d026a8d9aa8f68b 0.98 MB 1,513 80
458,017 458,017 000000000000000000533ec6bf2de6c4c8e6addcab85e9da0966d878904fc705 1.00 MB 2,753 220
458,016 458,016 0000000000000000022de570716c19a2b7a43ed5c971757c6a3b6a2e54ac5d4c 1.00 MB 2,556 194
458,015 458,015 0000000000000000023b88f3ab9236e4e31f811a057f8a99312df770c0354b57 0.90 MB 1,635 114
458,014 458,014 0000000000000000014409117887966a05658d4ce012339ce0c7f6a9f12faa1a 1.00 MB 2,313 197
Previous 10 blocks ↓
Total Size: 699.21 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,133.43 GB sent, 205.24 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.