Memory Pool Memory Pool Refreshing

68,555 transactions
31.39 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,206 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,869 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,205 (22,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,708 849,708 00000000000000000001f7da80022f30cb86294bfe2b1f3f0a32e7571eb230a9 1.58 MB 3,742 15
849,707 849,707 00000000000000000001bdc50bb995058032154c52b10b8b44778cece0b9a3fb 1.67 MB 3,113 11
849,706 849,706 000000000000000000015b57f98553dce4b576055a2ccd6529c717e151c9b24a 1.64 MB 3,045 9
849,705 849,705 0000000000000000000220d7b8067f76cb01065761ac963f79399c7df9327d89 1.59 MB 3,142 13
849,704 849,704 000000000000000000015659473d694a2134dcc1d3d4e4aa387b28af69639fd3 1.73 MB 1,164 9
849,703 849,703 00000000000000000001cccebb881ad97db9061466f2468a3648dee5470dd8b4 1.69 MB 2,047 11
849,702 849,702 00000000000000000002f6798c20267e4a67da07bc1adba8c9af5b05ddd629b9 1.74 MB 730 9
849,701 849,701 00000000000000000000835998f964f3d816f2cf0de1cc970b2738e259e32b4d 1.73 MB 878 10
849,700 849,700 000000000000000000018dd05c43695521b8adbb61e686644933fb4d08bf2ed6 1.79 MB 1,168 9
849,699 849,699 000000000000000000017855c2903c47701ca66f33f1b7a131ef8a157fa8b221 1.67 MB 2,884 12
849,698 849,698 00000000000000000000764d4e76da4696b201e39d4c3537941e5bab1a05c359 1.74 MB 3,104 14
849,697 849,697 00000000000000000002254ce4ce135b376be8cf7d4739b52ea1ce560868305e 1.80 MB 1,494 10
849,696 849,696 00000000000000000001609ba79b3ddc1373fa17eab030000e0fc236fac57688 1.52 MB 2,459 12
849,695 849,695 0000000000000000000091ce18bca2730f4dc96777304cb6c90a6beb2ece5bee 1.54 MB 3,543 21
849,694 849,694 0000000000000000000059c83831a6f3b2909a4595bdf65ef6174e28b08d3512 1.86 MB 1,802 11
849,693 849,693 000000000000000000005193a640a7732f281b8591bc0a94705fa55e70705502 1.68 MB 2,860 15
849,692 849,692 00000000000000000000e73b9367a3633439ff314c363952f840a4dd40cfe262 1.62 MB 3,445 17
849,691 849,691 0000000000000000000239e68630e854ee0ac538e089a7c2d56b1bfb521ecef7 2.04 MB 970 10
849,690 849,690 000000000000000000014af4c1f48ed22cba63f8174266fccf3779c2757527c3 1.89 MB 167 8
849,689 849,689 000000000000000000004715feea7c1e58b8989d0f1ff6fbc1e9e029912cd14f 1.16 MB 109 8
849,688 849,688 00000000000000000002de0420e2aa8fa1db1752f804489dd2f8f0d44cd6ed87 1.85 MB 2,066 12
Previous 10 blocks ↓
Total Size: 703.59 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,606.85 GB sent, 235.34 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.