Memory Pool Memory Pool Refreshing

85,328 transactions
32.87 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,022 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,219 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,021 (460,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
411,501 411,501 000000000000000000410544d7cfe8f90b81daa1f02469a40be99e455c671be7 0.85 MB 1,778 35
411,500 411,500 00000000000000000258adbacc58c8acd91d492943ad64ab740ca5fa74b7f2a6 0.61 MB 1,052 48
411,499 411,499 000000000000000000eb19cdd054d4232b0fa5a90bbec12a70a005f6283850d8 0.54 MB 1,212 41
411,498 411,498 00000000000000000395be2370d8601606aee26557428e6405e3be313aec1865 0.97 MB 648 14
411,497 411,497 0000000000000000052dd544b0b3bf376d7cf701dc20e22ce8dbbf8f1e397a2d 0.99 MB 2,086 36
411,496 411,496 00000000000000000558776a5ffc27650f567e3cc584bc5a0363e076c00d98ba 1.00 MB 3,420 66
411,495 411,495 000000000000000001c95af03b86f4ca047fc50bf68c677bf4ee97d15a42502e 0.30 MB 496 35
411,494 411,494 0000000000000000025d0dbd1087e927237dc95343b7bfc8db1dc1422ae4aa82 0.30 MB 725 46
411,493 411,493 00000000000000000296b3c27b83ab23cd40784138f225a115651a12210f8cc0 0.93 MB 1,790 42
411,492 411,492 000000000000000003e9a955af786b6b973b2cfb37aeb98e4ff88f1235d16a22 0.14 MB 243 33
411,491 411,491 0000000000000000041aa8e2cf26f338e3413d214efcddfa7dd170937b3962c4 1.00 MB 713 12
411,490 411,490 0000000000000000015b1f601e89d5b582656063711743af86259aa198b4db20 1.00 MB 2,438 41
411,489 411,489 00000000000000000302353deb6600458b95d7c9ad192aff0360a1c387aa0ea9 0.99 MB 2,707 51
411,488 411,488 000000000000000001130960dbe069678b8a4d2935bc4bbc0608d9e1e5b2e9ac 1.00 MB 3,030 69
411,487 411,487 00000000000000000173cf00b0d56f06e928588abb632441b07e62348dfdfe3d 1.00 MB 499 13
411,486 411,486 00000000000000000331b8660067c63069f2ff243d5c603134ac8164a1a9101b 0.23 MB 538 46
411,485 411,485 00000000000000000050dce08d151c046edb7016b7a16f74a24295bdfc01033f 1.00 MB 1,775 33
411,484 411,484 0000000000000000053e515998f11bb9a1b158f63c628ed852c9a1e9b8899042 1.00 MB 906 18
411,483 411,483 00000000000000000281183b57e0ed0b222b4d81884f982fe39a87cd7b0110c7 1.00 MB 2,501 49
411,482 411,482 0000000000000000046d5130a4516b59a1de4c84a727c13982825a498fc6c551 1.00 MB 1,533 21
411,481 411,481 00000000000000000300a67779adbb6b0ac701a62bce3fbb2a4fae29b25f309e 1.00 MB 2,728 43
Previous 10 blocks ↓
Total Size: 703.25 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: 2,586.11 GB sent, 232.99 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.