Memory Pool Memory Pool Refreshing

26,976 transactions
29.80 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,240 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,494 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,239 (61,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,257 800,257 00000000000000000001e1a3b34e06d21c810137b6c6d2491f05d46379577922 1.55 MB 3,429 24
800,256 800,256 0000000000000000000112ecaa31bbaa5ee13596924590b5cb0fbd4cba8d69c8 1.59 MB 1,549 12
800,255 800,255 000000000000000000031b975bb4eda5dcdb7fb1e4447ff074f0c4abf33d5253 1.56 MB 3,017 15
800,254 800,254 00000000000000000003f8972222cb4b133a208c12fed9046df75b7845cb6d9e 1.48 MB 2,861 11
800,253 800,253 00000000000000000004b74942ca8de11ef1d704ac4686355692f4d4d92fb6de 1.42 MB 2,164 13
800,252 800,252 0000000000000000000151de08f50fb1832fc55618508a0e535daba119850e92 1.42 MB 2,762 15
800,251 800,251 000000000000000000050351c60f821a291f6c33e10240301d5581e74ddce265 1.47 MB 3,275 29
800,250 800,250 000000000000000000005df398671dc7d84681563470a08b90798d0fb3cbb475 1.15 MB 1,067 20
800,249 800,249 00000000000000000000c37325925048937059aab57064ea61e673a437425b48 1.74 MB 2,712 12
800,248 800,248 000000000000000000035e45cd15e771beeb6db6c3421800d476be9fa5b7cbe7 1.61 MB 2,254 11
800,247 800,247 000000000000000000048316989134793b3e2c77859e7a104988f209b29f0cce 1.78 MB 3,103 11
800,246 800,246 000000000000000000037a9a170d5698706d4f57b0df40c75090be3c50545b30 1.55 MB 3,501 25
800,245 800,245 00000000000000000004a65a6dd34c44c641eb7e892da3687ea79dbd60e505fd 1.55 MB 2,187 11
800,244 800,244 00000000000000000001cf393fd094daedf0257fc965b83c9c2b74b0313fc1a5 1.69 MB 2,378 11
800,243 800,243 00000000000000000004d689ee09476f24648fd61394fd339788cac12963b7e9 1.29 MB 1,616 15
800,242 800,242 000000000000000000009358320e0ecd59cfdc3fbed743c1e580c0f4f0a616bd 1.52 MB 3,765 24
800,241 800,241 00000000000000000000d9330bf8a03ce70cbe5542bddd16558693a43ea32fd3 1.49 MB 3,096 19
800,240 800,240 00000000000000000004830ce1fa60021b7e61b90abcdbf2e908441527c53c2d 1.52 MB 3,373 29
800,239 800,239 00000000000000000001617cbaddcc6084733b9662bf36b7da9d8e648dc4098e 1.47 MB 2,124 13
800,238 800,238 00000000000000000000b770180d59306ac47cca0952d34fd72ef9e4fb22e22f 1.76 MB 2,623 13
800,237 800,237 000000000000000000022e83f31ab2b5d4d3c36c3368c1d86c993f09c29010ac 1.53 MB 3,775 25
Previous 10 blocks ↓
Total Size: 684.62 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: 1,358.21 GB sent, 102.41 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.