Memory Pool Memory Pool Refreshing

64,207 transactions
21.96 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,764 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 5,609 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,763 (166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,597 867,597 000000000000000000009299697d1f7438aa7aec324b417fa4971770d63233ce 1.73 MB 3,345 6
867,596 867,596 000000000000000000021d6fc1d59360b2194fe584b3d3b58521d48f191e2364 2.05 MB 2,416 4
867,595 867,595 0000000000000000000259934ea5cf2790131af24ae679de94eec42d400a3a44 1.89 MB 3,582 6
867,594 867,594 000000000000000000019fc1a9a0ef25e703b29543589544ca6cd10b0099c106 1.62 MB 3,698 10
867,593 867,593 000000000000000000018b38c0df9f4388bdb5a0823c9a07057413840afd2183 1.65 MB 3,795 5
867,592 867,592 000000000000000000028bf340f59f860b515e617f657eb5c2ba342708c3787a 1.68 MB 3,785 10
867,591 867,591 0000000000000000000017966622b25c1282e677f6143171f2670f539989828a 1.55 MB 3,820 22
867,590 867,590 00000000000000000002a1a7b9c0f1c74106427e471c412940a6eec9f36b85da 1.59 MB 6,998 2
867,589 867,589 00000000000000000000e2e4e651a580f6dddec6231ca16745a8ff9aaab169ed 1.63 MB 5,659 2
867,588 867,588 000000000000000000007ee9327b963ee8855e8ef3c7af91d5ac4bfa2023e867 1.60 MB 6,419 3
867,587 867,587 00000000000000000000f490acb481bfdafec098ffdb2a4884854cf05603b495 1.69 MB 4,456 5
867,586 867,586 00000000000000000002363f686d25ac203eac1de52114ceaf566311e266209a 1.65 MB 5,245 4
867,585 867,585 00000000000000000000f748f8c751c2f1318bdd00e685174d1300852662d3ae 1.65 MB 7,768 2
867,584 867,584 0000000000000000000249ef74b46d25214aa02323348a90ee65a72600bb62dc 1.78 MB 3,431 3
867,583 867,583 000000000000000000028df56ca533d3290c739563a362f9c3a44df572921dfd 2.04 MB 2,779 5
867,582 867,582 00000000000000000002d98ec3167504a37fb6ba01e86c5f8aa0db5f34adc23b 1.70 MB 4,337 4
867,581 867,581 00000000000000000001493f36c38a93c5cc573b5c77c8c1a7a051dec9b7ae73 1.70 MB 3,871 6
867,580 867,580 00000000000000000001916c6a88992b0ad49db483f809e8a2d675156c0c7cc9 1.72 MB 3,067 22
867,579 867,579 00000000000000000000009ef7a304d06363dfe976dde9f8abf546352240e7c2 1.66 MB 6,691 2
867,578 867,578 000000000000000000020f65ad01c6648f1b52ed60400cf2710fc4c12fceb106 1.72 MB 5,276 4
867,577 867,577 000000000000000000010e5d2bbb2d2850456725d9f64658f6359046e3f1ca9a 1.70 MB 5,981 3
Previous 10 blocks ↓
Total Size: 695.08 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,942.20 GB sent, 180.12 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.