Memory Pool Memory Pool Refreshing

27,354 transactions
30.14 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,726 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,243 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,725 (406,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,372 456,372 000000000000000001562fac1a749eee8c5e8c44eadbc24e92a10c88a51e1799 1.00 MB 2,862 209
456,371 456,371 00000000000000000010a65fb47f801dea98445ecd4eedd9f752bdacef36f934 1.00 MB 1,910 101
456,370 456,370 000000000000000001c1ea19a1adb92e35122f2501070616851db87211e9f810 1.00 MB 2,999 242
456,369 456,369 000000000000000001447e70ea7741f61511b61f9546f01ee91eb1328cd8069f 1.00 MB 2,133 202
456,368 456,368 0000000000000000024c6de09c05659d519070ab37e20120045df6408144df91 1.00 MB 1,279 238
456,367 456,367 00000000000000000188abf672c15dde353f28caf7f54dc8973d71f253a3a07a 1.00 MB 2,066 288
456,366 456,366 0000000000000000014d1437efab93ae660d0d1e44dad1051650132b83f5d697 1.00 MB 2,338 155
456,365 456,365 0000000000000000008fedcfe18f13a5849e16e6366a295e1e086e1a900b1d91 1.00 MB 2,822 149
456,364 456,364 00000000000000000142618ef7ffab291e3f10592bc5750e1e1897f76087962f 1.00 MB 2,501 223
456,363 456,363 0000000000000000004562f1aec0f48628e8b016a6dbad1c56cbf89dd97736a1 1.00 MB 2,208 445
456,362 456,362 0000000000000000016d73453c56808c42357b9151234eecb504030f5cd275e3 1.00 MB 2,481 135
456,361 456,361 00000000000000000017daeec6c70fb6cf255126cc9093051e122b39e0356451 1.00 MB 2,304 154
456,360 456,360 0000000000000000004f2e6bcfd24a364cbc4b38277a08e5e6cf8037de875753 1.00 MB 2,646 140
456,359 456,359 0000000000000000007821616b5d2469bba91def23b5a22db0c5b8661e9b66b7 1.00 MB 2,544 173
456,358 456,358 000000000000000000376d90c0f1e7e0a9b02629a32624f6b6f9c3b76d1a0e98 1.00 MB 2,344 162
456,357 456,357 000000000000000001ea81888fa0e3590e11c6b2d4fe99500227b90600c61401 1.00 MB 2,332 208
456,356 456,356 000000000000000001fd95cf2ae8d10ea4680903dc1fa4d5d4b471b956667b77 1.00 MB 2,316 190
456,355 456,355 0000000000000000000eb78ed6360e05161853ea01dd68ff88d08e62ead01ad1 1.00 MB 2,642 192
456,354 456,354 0000000000000000016a79487abcc77455ad7890d90b103a870dd7c1d43a0921 1.00 MB 2,935 265
456,353 456,353 000000000000000002296203966c9d081b030f395956f6c8d2d78ee144f006e4 1.00 MB 1,682 192
456,352 456,352 0000000000000000024851f10fe23c91380d50b539008e70b1d2356671df3a96 1.00 MB 2,758 292
Previous 10 blocks ↓
Total Size: 685.56 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,387.30 GB sent, 109.23 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.