Memory Pool Memory Pool Refreshing

73,488 transactions
37.49 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,639 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,224 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,638 (731,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,085 117,085 0000000000009aaa66a7faba2995eb86a6c275786be522ef2d3690731ac462a6 0.00 MB 10 310
117,084 117,084 000000000000b9e8bfdb5cdb9d79d66c691ec136212b60da85c2b8b97541a1db 0.00 MB 12 669
117,083 117,083 00000000000020c78e0c43ec1e4e413d27c3bbaaf0cf15618ae772ac8543f8d2 0.00 MB 12 0
117,082 117,082 0000000000002cd807a80ae1c65a3169aff795677c0c676d09e697afee455320 0.00 MB 12 350
117,081 117,081 000000000000421bd79b2800890706618a52b8e110e281a4de2733ecbcaf893b 0.01 MB 6 170
117,080 117,080 00000000000073ec34fbadb4ece734acab3fffd361ca7f519d48b669e974594f 0.00 MB 12 361
117,079 117,079 000000000000abd2ac034ea18db72c51a1530bef288743145e4ae767e4901fb6 0.00 MB 12 0
117,078 117,078 000000000000a8a8d6eae132d305c2f031cbc2c85351f2c2cbc01f5b4bdbe343 0.00 MB 9 0
117,077 117,077 0000000000001b4c34fe1d904f5cf43e434e83b2070f6cd989bc79e367dc48fc 0.01 MB 16 578
117,076 117,076 000000000000978fdd351c887da2a3b6e65dfd5337699217d76e77d176d149ce 0.00 MB 5 3,879
117,075 117,075 00000000000021cac7ec7ff57c8565abe0d62df98d5fff2f0e02dd69d243bc26 0.00 MB 10 592
117,074 117,074 00000000000071b420a4c7964aaa389e46957c1afcbe31378edd917332f13fae 0.00 MB 17 689
117,073 117,073 00000000000095144c4c28488cc490ca0b71d465c630367ff5dea35b5cfd5a32 0.01 MB 29 1,022
117,072 117,072 000000000000c46d2bf0b885273d29eb7d38d5a03bd385e59595b99c19d5b916 0.00 MB 9 727
117,071 117,071 00000000000085a43ce93811de2db1c0c4df888536b25c8b2919785fd025cd7a 0.00 MB 9 0
117,070 117,070 0000000000003ff7084b7d80000a442e92d8142a17d8458333672bf3385158b7 0.01 MB 17 524
117,069 117,069 00000000000040d7fc804bef10d99d809440ef2d5324e78d41bc0ffd2d4be67d 0.01 MB 25 245
117,068 117,068 00000000000030cbac2dbc0fc0f9a139eeee38975ab2a21534ecc8cf390cc2d6 0.01 MB 15 483
117,067 117,067 000000000000000cab4d7514a0e7eaf75e14817f168f0c719dd4ea8690b431b5 0.00 MB 1 0
117,066 117,066 0000000000004cda9d69713252b2c47098f6028f36da0c5f549cc9596381b560 0.01 MB 13 1,109
117,065 117,065 00000000000014526decbf782d7665add3a3ba8c60368c761d890bbd798e7e18 0.00 MB 12 700
Previous 10 blocks ↓
Total Size: 658.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 104 incoming
  • Data Transfer: 2,093.10 GB sent, 3.99 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.