Memory Pool Memory Pool Refreshing

68,404 transactions
38.24 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,380 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,358 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,379 (152,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,032 696,032 000000000000000000087ff2ae69c8adcd07404b4730440c01044afc189a2f73 0.72 MB 1,158 12
696,031 696,031 0000000000000000000c8571da4b82d9d517f3748230366554e1afa0fd21d198 0.99 MB 1,603 10
696,030 696,030 00000000000000000004b6dc4a20b2542aade5cf22feeab39c3cb6f1da4cd52a 0.13 MB 157 7
696,029 696,029 0000000000000000000c9b55cc9de70a433635bcdba4743cfc669cb44cf700a8 0.49 MB 227 3
696,028 696,028 00000000000000000001b8013f990ef99b9a27036f694ed466c47a1185ecc82b 1.43 MB 1,950 9
696,027 696,027 00000000000000000003c841888a753b9ee8fa7f83b6bdc2ee0b385d180fe691 0.43 MB 814 2
696,026 696,026 00000000000000000010be5a716e4b20750b0ea29b7a64ce18a8ed880135308f 1.52 MB 2,450 18
696,025 696,025 00000000000000000000c8e56a4b63346c080efe52143f6a704e708a5dcd17dd 1.17 MB 982 13
696,024 696,024 0000000000000000000a23bb9802448aeadc0817b77dc45f6977ffb85160a095 0.63 MB 410 4
696,023 696,023 00000000000000000008b21c29089bc8ae8a2dedc38a2d35178b88d8307c39c6 1.37 MB 1,714 9
696,022 696,022 0000000000000000000e52db98813c0ab5eda8eeb78a5879545d68c406ea6c0f 1.30 MB 1,532 5
696,021 696,021 000000000000000000079230867631889bd210d4aa50a76306fe1511c11328e9 1.33 MB 2,086 17
696,020 696,020 0000000000000000000532e86313cf1ae2d30a5149f9e190bec9761891a2f34f 0.48 MB 394 11
696,019 696,019 0000000000000000000c0bb37f17ae42ca1f81c70472be536705b45dabb5b2a5 0.39 MB 573 6
696,018 696,018 000000000000000000072237f706ce579c6f9b5ed667f015c52e70b2b223050f 1.48 MB 1,965 17
696,017 696,017 00000000000000000005665ae07402cc12a83e4b8683d77af379bee66d636a0e 1.51 MB 941 6
696,016 696,016 00000000000000000001f65e0e32ce93c2089941bc284af9f22cf930f6f8cc58 1.54 MB 1,826 11
696,015 696,015 0000000000000000000cc7daa4d9e57de27d4d809adbd01b024a08182f70aa90 0.70 MB 1,237 11
696,014 696,014 0000000000000000000ab85df33361711b96586547a1097b1606350eb8980adf 0.27 MB 248 10
696,013 696,013 000000000000000000071c3a3e1aa153807ff8d7adec68fb24a1bbd0732444ec 1.16 MB 1,595 11
696,012 696,012 0000000000000000000a972266e670271ed9be7b9e347909bc106a2d9b921ad7 0.09 MB 203 9
Previous 10 blocks ↓
Total Size: 658.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 101 incoming
  • Data Transfer: 1,243.61 GB sent, 2.27 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.