Memory Pool Memory Pool Refreshing

54,495 transactions
24.82 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,639 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,638 (43,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,060 826,060 000000000000000000034d1e2f988cf168e6eea2110de5fd47e929fb3388ce12 1.78 MB 1,806 103
826,059 826,059 0000000000000000000353fba0847e69af1b2598d270b76b095ff576527fa7e0 1.53 MB 3,164 116
826,058 826,058 000000000000000000000b5f24a127317decd170dd99b765d8368e004ffcb93e 1.45 MB 2,951 156
826,057 826,057 000000000000000000035e80b5928dd4de1ebdd56a07d59d1a8ee71c31dd6988 1.68 MB 3,804 171
826,056 826,056 0000000000000000000391682674f5a74fac36998c3e7624a2dc06fcb04ddeff 1.56 MB 4,003 194
826,055 826,055 0000000000000000000229e1e592b452eb41f9ca4cdc387d228262afc1371a25 1.58 MB 3,031 213
826,054 826,054 000000000000000000028537674a54a2a8483c706bc6c7bca41c968fe897506c 1.39 MB 2,214 221
826,053 826,053 000000000000000000015bccde181374b5f32e5e97e45acd955a437e06e0d562 1.56 MB 3,573 235
826,052 826,052 00000000000000000002156069fcdca4ef9418f1654105b450a9a6d28f807080 1.14 MB 480 369
826,051 826,051 00000000000000000003ca82a22a4ef22ea049483d22bbfb2c5623cdf5058372 1.60 MB 2,931 195
826,050 826,050 00000000000000000000730a510a022c03462096bab568008dc445ec8c5a8211 1.81 MB 2,858 72
826,049 826,049 00000000000000000001606535f956b194a3b1330d6350cabea84f2008eb2d92 1.69 MB 2,611 116
826,048 826,048 0000000000000000000242ce800176c2a7b1d61e99279e7e825bd6dbf0519fc1 1.66 MB 3,035 219
826,047 826,047 000000000000000000006ad55d4109652c979a24ef2f19af49377f340dc21d24 1.75 MB 3,567 91
826,046 826,046 00000000000000000002e4a94ba0e9844d38c5c47b3bad5a1fad8f2adfdbcbca 1.56 MB 3,568 99
826,045 826,045 00000000000000000000ee4d1e984175604f9c07e21fc4a430dcf6d3e0caad18 1.76 MB 3,692 50
826,044 826,044 0000000000000000000363803f9c49eb1b1f48d45b9ae8bd70af2cbae03aaff9 1.69 MB 4,193 81
826,043 826,043 00000000000000000003d79aca4fab9ff01147fa326fb2e67fd2a4868aa4f85b 1.71 MB 3,900 89
826,042 826,042 00000000000000000000adce81062fc338250ae698cea798e19f42e2fb07ab5d 1.75 MB 3,746 50
826,041 826,041 00000000000000000000d7ecdf6cee9191c7f51806920c9d5d06b559460ff253 1.78 MB 3,661 71
826,040 826,040 0000000000000000000209018a1a52e2d76cb4642045cd7ecf8510b8edf9f5b0 1.74 MB 4,280 84
Previous 10 blocks ↓
Total Size: 698.78 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,099.26 GB sent, 202.64 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.