Memory Pool Memory Pool Refreshing

25,559 transactions
28.24 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,434 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,322 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,433 (30,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,525 831,525 0000000000000000000190ed5b80a6a3f76645edf82778b0fc6eba708ac87cb9 1.76 MB 3,202 21
831,524 831,524 000000000000000000020c4f44c08353abfedeb082eac77f3430aff6051e6417 1.55 MB 3,725 33
831,523 831,523 000000000000000000004d2d3326482b0f0d1289e9f9046bb01c905d6aef474f 1.78 MB 2,837 21
831,522 831,522 00000000000000000002e0757b12b6b659117eb816262dde716387c1e6b63dab 2.25 MB 1,159 13
831,521 831,521 000000000000000000004cbbbe8762d5960bd9f89758deb7681ea650c7e5515d 2.86 MB 2,061 13
831,520 831,520 00000000000000000002f4d5f74f8426a426a4df94752dfbe9a07d1fd1709097 1.52 MB 895 13
831,519 831,519 00000000000000000002333d89fe446260a86da62db54e42ba65ee2f0f433917 1.85 MB 2,733 17
831,518 831,518 000000000000000000029ae5c680b159758b64f383599d43e7fdd49139408001 1.81 MB 1,454 18
831,517 831,517 0000000000000000000146911e23a89b9deae9e176df66fcb647ead2ab38338c 1.64 MB 3,306 26
831,516 831,516 00000000000000000002e4f1bdb6f49fc5802a3383f0a7ff6c0269b73587fc40 1.65 MB 2,759 26
831,515 831,515 00000000000000000001a1a66236c87f3e585c382614ffa639a6c0c2a3a14018 1.55 MB 3,199 23
831,514 831,514 00000000000000000003232b7903ed54a2c5ab35d19ce5f321bae50babfc5097 1.46 MB 1,427 15
831,513 831,513 000000000000000000009026315990a23d5ce4699d4c18bd4f361ba145f1b987 1.74 MB 2,636 19
831,512 831,512 00000000000000000002ea0ce37add0be35ff05fab84af83a878d2c81a9ea1fa 1.80 MB 2,749 17
831,511 831,511 00000000000000000001be57555818010f20bc84b964910afbde699d99415028 1.65 MB 3,858 23
831,510 831,510 00000000000000000001a10df822e521ada19451bf9e38fe593f67232ac9195d 2.03 MB 3,697 18
831,509 831,509 00000000000000000001d3c3679e6b9871579e1ca7a1a673a04c3a2f95f3830b 1.72 MB 4,135 22
831,508 831,508 00000000000000000000265323577a65b2754e1f12b6c77ec831f89c1ce769ef 1.95 MB 3,823 19
831,507 831,507 0000000000000000000352af7714d9ea07acabcc3d095358437f074f34a49e4d 1.76 MB 3,790 22
831,506 831,506 00000000000000000001ca98b9132f45cc002612b3a4f5cdacd8da1bd9bb19a8 1.94 MB 3,214 18
831,505 831,505 00000000000000000001042c55537b8ff109837146b5d77df6bdb78345e8e1ad 1.69 MB 3,596 22
Previous 10 blocks ↓
Total Size: 684.99 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,368.83 GB sent, 104.90 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.