Memory Pool Memory Pool Refreshing

43,783 transactions
24.61 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,859 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,704 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,858 (400,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,521 464,521 000000000000000000175cf5eae9ed80a613a4f25c5449ae06db830d11839e8d 1.00 MB 3,045 221
464,520 464,520 0000000000000000015a6b026052ca05f69e1c614b83fc9098dd0938e190f67d 1.00 MB 2,585 210
464,519 464,519 0000000000000000020b14e15f85b5a1a430267a0891ca402a33c0421496ad56 1.00 MB 2,392 179
464,518 464,518 0000000000000000006ec72ee186abe265b16c7273879c74ec608b157d8132d3 1.00 MB 1,734 139
464,517 464,517 000000000000000000c1dbb3ee88b85f33e3250adb543e19b7b3affc1675b46e 1.00 MB 2,774 241
464,516 464,516 00000000000000000218fda227d45a6527a384cd056ae2557c492c60fef68f73 1.00 MB 1,742 136
464,515 464,515 0000000000000000013db842a3ee1004725c7ab330cf732a27a8518a3056de45 1.00 MB 992 123
464,514 464,514 00000000000000000018614d01bacb86e188eb087f8930239301085b0c1bd2d5 1.00 MB 1,479 109
464,513 464,513 000000000000000000a29f2a8ba9f61b45c1c29ae86efa63023b3a36f1a6b0ac 1.00 MB 2,777 142
464,512 464,512 0000000000000000007e1deb78ce68aba9265a598f1f4411f250d80c9da380fb 1.00 MB 2,045 170
464,511 464,511 000000000000000001bdeacf8690b4fa8777aed4db08df6a6a7e0fec1727f9fa 1.00 MB 1,755 133
464,510 464,510 000000000000000000e4849a44b5330279138e23546f8f25a7abec4b80ef5c05 1.00 MB 1,592 161
464,509 464,509 0000000000000000002963709ee46d98839ba652f7e82611262b6a065d3bf1ba 1.00 MB 2,467 159
464,508 464,508 00000000000000000178af6d54c37d34ab35c74528bcd8ed0e3acbeacb6c5b28 1.00 MB 1,976 132
464,507 464,507 000000000000000001086a1534d15ed0c1ac4549fe3d70a6be6da280544a8645 1.00 MB 2,121 173
464,506 464,506 00000000000000000196c4255f5681a3733618fc06be78aa5a0e6f680c2e3172 1.00 MB 1,533 139
464,505 464,505 0000000000000000009e78d6b1bae870728e2a4160a664d1ecaf93f2cdca0120 1.00 MB 2,323 203
464,504 464,504 000000000000000001402824084f0559f5385e9c3ab5812c9c4ec358bad2f81c 1.00 MB 2,120 144
464,503 464,503 000000000000000001d73bba97020a457a9d875bad8258fdf1bf8413f7e8ab3c 1.00 MB 2,213 197
464,502 464,502 000000000000000001601d7424c4d6794585b6250ae4ce0b4ff4ff318e06d33a 1.00 MB 2,300 187
464,501 464,501 00000000000000000194f4139cea6a686f228f4a3894b2d00ad7bca6c09fb1dd 1.00 MB 2,011 202
Previous 10 blocks ↓
Total Size: 689.64 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,654.83 GB sent, 138.20 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.