Memory Pool Memory Pool Refreshing

16,145 transactions
39.53 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,918 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,119 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,917 (132,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,196 731,196 00000000000000000004ecfab8947a8c9902ba34e761fc260ad45f46087ea294 0.01 MB 22 14
731,195 731,195 00000000000000000001d7464a47f7b434756fdc61ed347303fb87b57f51554c 0.54 MB 1,084 8
731,194 731,194 000000000000000000077fe37777dff956362b338291dc4e0a7f127f40257e9f 0.47 MB 530 7
731,193 731,193 0000000000000000000551ab0471dd55bc4f2773b95d9ecad11fb30bf6d2ffcd 0.83 MB 848 30
731,192 731,192 000000000000000000049d36a56582867dcc76c24285023619e827703485b43e 0.43 MB 89 10
731,191 731,191 0000000000000000000424cd6ec25897461b961e65d49347d24b450860e8c79d 1.37 MB 1,536 6
731,190 731,190 00000000000000000005dfa7367e0674fe206e151f533b009a6f375ff449a205 1.35 MB 2,057 7
731,189 731,189 0000000000000000000694a9f558d8802dec0d13d0b544d8797fc67ac953fb3b 0.80 MB 1,660 7
731,188 731,188 000000000000000000084811ee81b4375f89bef18a1a503c3535085ec1ce9622 0.22 MB 341 7
731,187 731,187 00000000000000000000e9d8bc6d37dc376f887215da82efcd38289a51a5a83f 0.54 MB 1,018 8
731,186 731,186 0000000000000000000750f234462ac786df4f5f1e7a2c7ae22d808e728afbda 0.33 MB 759 7
731,185 731,185 000000000000000000070985762735d6f74f17e5698e2eb0ae4f729031ec429c 0.05 MB 120 9
731,184 731,184 00000000000000000006f6ed9be5c5939df3a5693f37e6eaf3a6a43e66de4912 1.11 MB 2,210 8
731,183 731,183 000000000000000000090dd6960a585c03d53da71d565bfefd6674a248ec2c02 0.13 MB 294 8
731,182 731,182 00000000000000000002c9e2aefd330baa54f3474dd7edb00de28d1018308d51 1.34 MB 2,277 6
731,181 731,181 0000000000000000000323e58b97cd35ff954537b6152e2d28f2f9c620192f5c 1.35 MB 1,970 3
731,180 731,180 00000000000000000007512a8a8f001487f5b166e80d3141bcedf0a81a2061f5 1.58 MB 2,219 7
731,179 731,179 0000000000000000000671a35f0e65611860a49b963ad8264f49e540d81cf277 1.47 MB 2,826 13
731,178 731,178 00000000000000000001b7ef1b1c1930ca17dc1f531a25719cb0ba8d2f9f6af6 1.53 MB 2,941 8
731,177 731,177 00000000000000000001564fca55e6a9e84962d0497135749e0f50b6929b8a2a 0.05 MB 160 9
731,176 731,176 0000000000000000000052862535c23ff0383546fecd8a1191fea8f8b784533e 0.39 MB 648 7
Previous 10 blocks ↓
Total Size: 687.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,531.28 GB sent, 124.59 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.