Memory Pool Memory Pool Refreshing

41,084 transactions
32.23 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,038 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,850 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,037 (539,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,151 323,151 000000000000000012577b882dab250c6938a39083aca11890e3fab179982ffe 0.31 MB 623 27
323,150 323,150 00000000000000001554d6a837413442d203484297a00d388c5ab1f3a4ba0715 0.35 MB 655 26
323,149 323,149 000000000000000007d443332c93389e9be48039c5ee31665c47c4eaf631c08b 0.29 MB 516 25
323,148 323,148 00000000000000001356fbb1f4fded6c30e530de5dd24b3e7b4738d48792ffad 0.41 MB 487 22
323,147 323,147 000000000000000014adfa9694191eb5258e90b621ce58b874d506383f64f992 0.10 MB 256 42
323,146 323,146 00000000000000001237159a2228e22d50901df83e51857aaeec3aa4b269d976 0.17 MB 233 21
323,145 323,145 0000000000000000050382e20d7bfb84316346e1bba60aade1f947ff88e63ec4 0.12 MB 228 21
323,144 323,144 00000000000000000bfd84939f4df32ce67bf9b94931b8e35989e5a42e3eaa53 0.21 MB 341 25
323,143 323,143 000000000000000001ead85fbb6b855e4d64a009b4e47a0886c7adf3f781f384 0.15 MB 154 10
323,142 323,142 00000000000000000ae47025f31ba62577daa85314a61da715b2f01a2de4d97a 0.41 MB 991 30
323,141 323,141 000000000000000005aa981611c1271e8c97a7654cdb43761837159552a0e3b4 0.45 MB 725 26
323,140 323,140 00000000000000001dbdc0b0417ea90efee87472aa86d0ff41155b4762679326 0.12 MB 164 23
323,139 323,139 000000000000000000b1e5d27336b2c7d4417d43e2a22e90b6facd49f4df91e6 0.21 MB 413 29
323,138 323,138 0000000000000000073f1a2170c77bbcda8253622915a068fdb1cc82453178cc 0.51 MB 888 27
323,137 323,137 000000000000000014288a9809a9fb99ae212999aaa7000593c9b344e36f445a 0.08 MB 116 27
323,136 323,136 00000000000000000d786e18c24c5f6e69b5f7d16f73a6deb53f2ba20c6554f4 0.41 MB 684 29
323,135 323,135 000000000000000002a619f5c2bcc2078e4258d1d3b417e8b4daf6470842eafd 0.26 MB 264 16
323,134 323,134 000000000000000008d9fed624cbea5f9c3b9d7b07fd44a782c3dc8c0450ec3e 0.19 MB 512 49
323,133 323,133 00000000000000001722ffd38993cfac4bca1079adf5f2589d6c4df923787f9a 0.14 MB 241 20
323,132 323,132 0000000000000000140ee534b3d8e604114d416c70d12fc10fe77b184a1caed8 0.66 MB 924 22
323,131 323,131 00000000000000001662096d4b3705c206cf22a8a5131b8faa846a4f5489d6d6 0.25 MB 634 41
Previous 10 blocks ↓
Total Size: 686.16 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,416.64 GB sent, 113.17 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.