Memory Pool Memory Pool Refreshing

65,535 transactions
30.81 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,330 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,520 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,329 (43,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
826,039 826,039 0000000000000000000276f1c76922669839e9ff450f28c19dc6b17fb903961d 1.69 MB 4,079 63
826,038 826,038 0000000000000000000141f2792b4df5ebf9e384781e6532141f6b5befd07516 1.84 MB 2,836 82
826,037 826,037 00000000000000000002dd4384450fe7b21cfbd778a934f2e8f8cfffcd11ff2c 1.99 MB 1,307 91
826,036 826,036 0000000000000000000174f41f03084af5fb11cbdca8c1b693d7fb105bae6cd3 1.77 MB 4,665 77
826,035 826,035 000000000000000000032b92a53ba3039db9ac2ed208af7cf7b071cd08840395 1.69 MB 4,030 51
826,034 826,034 000000000000000000028a348d14addc1fff026cbe3971f7cc2a737f6aa2fd64 1.66 MB 4,357 88
826,033 826,033 000000000000000000020e5acd97f9a22cb701b76ba173d2f256ef33d301a9ed 1.69 MB 3,864 65
826,032 826,032 00000000000000000001bad3bd2f6112a58efaec8dd012af02f4ade9f7996b7d 1.83 MB 4,580 485
826,031 826,031 00000000000000000001e5fb80219266f716037815d5ac8bf525eb0da3acca27 1.69 MB 4,148 78
826,030 826,030 00000000000000000001c493da898711c8141cf3d5401c542b907989c04e3fc7 1.58 MB 2,792 90
826,029 826,029 000000000000000000001b735df29fc234c0ab8ef4afc04ca1e351295d7bb770 1.53 MB 3,322 93
Previous 10 blocks ↓
Total Size: 698.20 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,070.03 GB sent, 198.97 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.