Memory Pool Memory Pool Refreshing

31,357 transactions
30.24 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,348 (14,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,630 847,630 000000000000000000012c6d8a1a2ae6e35ce27df26674e40c857ea6e63310da 1.51 MB 4,498 34
847,629 847,629 00000000000000000001af0cc3f9f5ea30f45f9be7380cb73bff430b7126073c 1.59 MB 4,068 33
847,628 847,628 000000000000000000020b57a3475c9e7d20f1b7b22f858e28fa22bb9dcc6edb 1.66 MB 3,202 48
847,627 847,627 0000000000000000000024109095a4eca6641112d09fa114a355d6050c00c529 1.58 MB 3,731 34
847,626 847,626 00000000000000000001e8d6861ab6368af400390e8bd64d2bce783d55316931 1.66 MB 3,177 31
847,625 847,625 000000000000000000021c3d33de3f91d3c04f74496b6d6c6230f498cb1f666a 1.66 MB 3,005 40
847,624 847,624 00000000000000000001c79d483de41814e78ebd1b594da67ace3fb19b2bfe7b 1.62 MB 3,644 38
847,623 847,623 00000000000000000001463888fda3808f025e466373a16a899b2c1fb768dd1a 1.55 MB 3,507 38
847,622 847,622 00000000000000000001fa043125e11c01698275d1e5507857296a2deeb39dca 1.55 MB 3,788 42
847,621 847,621 00000000000000000002628bcbf5c121bd727f57668978f4301ec3610d794da5 1.51 MB 2,921 65
847,620 847,620 00000000000000000000b2a06a80e9beb896abb9f2b663d5186e27af936d2ede 1.55 MB 6,262 24
847,619 847,619 0000000000000000000127b70da714e696c224d620e875842187464f01ed6fb8 1.67 MB 4,088 37
847,618 847,618 0000000000000000000033ada4fb6c86c474d9089d61d8263d20c070373fd0fe 1.60 MB 4,306 24
847,617 847,617 00000000000000000001f72a1ae771a478ff4306cb541be6f9d2e1ad33c1b84b 1.75 MB 3,615 39
847,616 847,616 0000000000000000000137519b3345fb675568edad2e4b0c18f383be36b7ee60 1.48 MB 6,847 26
847,615 847,615 0000000000000000000197a9dbf522d2d402a394ee493b76a35c58b053624e40 0.00 MB 1 0
847,614 847,614 000000000000000000012ce80ce0ce4b0d2ea3b639f931bb931b145e5fd3a10c 1.65 MB 3,820 31
847,613 847,613 000000000000000000012e0932a16be4f132deb3cec1f0138537356821bc831a 1.51 MB 4,120 32
847,612 847,612 00000000000000000000134f8f660b67822a1bff2657887428745ccdee1e2900 1.62 MB 4,128 32
847,611 847,611 000000000000000000028f622110a7bcbb76ccf9090aa802927e9468840c30a5 1.50 MB 5,813 26
847,610 847,610 000000000000000000003fb6ae56ffc5411f5e33c32d5f85fe2f60744f828e21 1.51 MB 5,485 31
Previous 10 blocks ↓
Total Size: 684.83 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,364.86 GB sent, 103.79 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.