Memory Pool Memory Pool Refreshing

93,518 transactions
27.21 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,936 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 5,204 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,935 (147,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
719,562 719,562 00000000000000000002479c60f16042cb1dad783d603e526f00e1439d8513a5 0.38 MB 685 8
719,561 719,561 0000000000000000000b730b1f0c2fdb167ff0382d22453f24a0056b63253df9 1.18 MB 1,998 9
719,560 719,560 0000000000000000000a61e313130cccf0db20fa535441158c23205dfe2733ba 1.18 MB 1,220 8
719,559 719,559 00000000000000000009ae0fe20c8631c08ac058ab6f8b1e6262f2acf1ace9b6 0.08 MB 163 8
719,558 719,558 00000000000000000000b0dfb5a511843043778f3b801f79bdcc3f9942455d81 0.42 MB 707 8
719,557 719,557 000000000000000000017750df7da4cebb9c5f872b06c285d3c5c1e766b74659 0.01 MB 17 6
719,556 719,556 00000000000000000006230f0e5553042b9dfa836d780e8b7bab0193addb5c11 1.01 MB 1,623 16
719,555 719,555 00000000000000000002d4426505456232d1c1a2f788e86f6d4f97cf28edde35 0.68 MB 563 5
719,554 719,554 0000000000000000000b74a495d150aefb2c74688b609d21080d5a930c47f443 0.67 MB 798 5
719,553 719,553 00000000000000000002c71573deaacbffada7b6cb625c6d45d64b957205aafa 1.38 MB 1,667 16
719,552 719,552 0000000000000000000b047d98860f22e3d2a4d644137f4aff2adc22c8cffb0e 0.06 MB 106 6
719,551 719,551 000000000000000000009b5e1abf6678f347c659396d4ecd717ec295665aa57a 0.23 MB 316 7
719,550 719,550 00000000000000000002fe9eb987455a4bbf4144ba8437566188946d1468076c 0.13 MB 195 17
719,549 719,549 0000000000000000000737704e6569cf24696ad7265747a856f27155a815c421 1.18 MB 2,181 7
719,548 719,548 00000000000000000001b480c3bb8b1439e33d95a10263e0f919cf0a24f4cf14 0.29 MB 547 3
719,547 719,547 0000000000000000000164dd6d554b4b926f943c40255cd691b561354b319998 1.47 MB 2,633 7
719,546 719,546 00000000000000000006ffc637576d17164047feb67160492804476593c49aeb 0.26 MB 327 8
719,545 719,545 00000000000000000004abae9f06e1bbccb3a4bd2038f397449b8101b5c6ad63 1.15 MB 2,012 6
719,544 719,544 000000000000000000041d0c674a531842f7841679ab576fb328d9158aa9680f 0.20 MB 309 11
719,543 719,543 0000000000000000000a1642d0307e7fb66f22d80ab0748c71cbe9ee9469886d 1.27 MB 418 3
719,542 719,542 00000000000000000006aa7c7236e5307fd475b0ccac09b6c59918809cd6a34d 1.59 MB 2,446 7
Previous 10 blocks ↓
Total Size: 693.48 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,884.58 GB sent, 168.88 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.