Memory Pool Memory Pool Refreshing

61,015 transactions
27.66 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,176 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,453 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,175 (77,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,988 794,988 000000000000000000040409a6d48581fc554e55c76bd725f8eff821c0e47c3d 1.61 MB 2,592 22
794,987 794,987 000000000000000000036efa2db59214dec3e3ae6b92187abaaa11feaa3f7e2f 1.48 MB 2,217 23
794,986 794,986 00000000000000000001e2b94fd6ea9a1505acff29f5795194fe7a48ed4d6114 1.58 MB 2,330 24
794,985 794,985 00000000000000000003ef404b384c1f795f1d7066084fff3feaebf3b912bbef 1.87 MB 3,690 13
794,984 794,984 000000000000000000055cc8a37583e7db0cd8258abdf52e0f4eb103d99fb38f 1.65 MB 3,546 17
794,983 794,983 00000000000000000004a172e8ccae2939cb99eb5f9d9dcf4206c07f9bf6f25a 1.73 MB 3,957 10
794,982 794,982 00000000000000000000d2a0a103e317b9823a7733928df1de321697aa19c03f 1.61 MB 2,936 28
794,981 794,981 0000000000000000000183b45bc7a3c866b6dd7d12dab4c539813425710fc8d0 1.80 MB 4,308 15
794,980 794,980 000000000000000000012fcb440c4d04fd29ec5437cadfe3c8fb257c92f06b07 1.78 MB 2,617 21
794,979 794,979 00000000000000000002373b0240a0fd4a2531aa15dc2e218022fa87fcb2c21f 1.73 MB 2,996 17
794,978 794,978 000000000000000000050fba491477636c9dfe278e61a135e82ba9533f6ac204 1.57 MB 2,795 21
794,977 794,977 000000000000000000036d600dd97e6e4378786ceff33f0114c5518adcc8f8f1 1.64 MB 3,137 20
794,976 794,976 00000000000000000001c6325ba0207ba79e21a3afd565286bdcbafdb56bb80b 1.82 MB 3,130 17
794,975 794,975 00000000000000000002cee4c0843188b54da20de568b78a083885a8b29c5b83 1.91 MB 4,590 13
794,974 794,974 00000000000000000003d25c59367ae42df7b26c6f824cea09a385a36e277e8c 1.96 MB 4,793 16
794,973 794,973 0000000000000000000319b74efb08da58315a16d86e314802e3649aeeda5b84 1.85 MB 2,716 12
794,972 794,972 00000000000000000002a957688294f0c17db14e6f67844a9c625a65ad87d30b 1.35 MB 1,632 26
794,971 794,971 00000000000000000004e664d7cef7f4441310fb173cab90ce46493cadfa8776 1.59 MB 2,883 25
794,970 794,970 00000000000000000000209ef72105c537f504136657cda80a97abc556afa2ff 2.06 MB 5,686 13
794,969 794,969 00000000000000000001fd2b20ecd287013e535265ef796523afd1fe8313ead0 1.72 MB 3,623 19
794,968 794,968 000000000000000000026934e3e73ab33add6c8bfff7bd7f30025264b8d247f1 1.98 MB 5,495 13
Previous 10 blocks ↓
Total Size: 703.53 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,599.39 GB sent, 234.95 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.