Memory Pool Memory Pool Refreshing

44,028 transactions
30.13 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,477 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,651 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,476 (334,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,614 527,614 00000000000000000031c06a3058ba40ff14fde39ce99ee32e4100eeeaf477d4 1.20 MB 2,795 17
527,613 527,613 0000000000000000001d711a0365a7b51ddb766189c190a527eb0b73e196c2aa 1.06 MB 1,807 31
527,612 527,612 00000000000000000005efe57e040d5583dc277c4e5428aa6b5cd66921e3c6bb 0.26 MB 260 3
527,611 527,611 0000000000000000002c938f2ace4e0a44220756b20b5cd9e8104babda380922 1.18 MB 1,699 15
527,610 527,610 000000000000000000048d28c492dbb9c7271c7e298aabce9aaf488cbb30dba8 1.29 MB 2,051 15
527,609 527,609 00000000000000000004eb9ed8e8c4e08ef9540bff912c340a2a62d5896acdf4 1.24 MB 2,535 9
527,608 527,608 000000000000000000050fa0ba858d374e7f95039d4ae92054f5e5aebd514a6c 1.31 MB 2,503 28
527,607 527,607 0000000000000000000b7a8b443da489076c42ff845c915edd90c1cec7274dce 1.14 MB 2,199 42
527,606 527,606 0000000000000000002334811ecd376426d6a87f4a4fdce22163ceaec366eb57 0.93 MB 1,908 22
527,605 527,605 00000000000000000007578a3062e6436772ef24f36d472161a29d3e2a526bc0 0.07 MB 229 21
527,604 527,604 000000000000000000272fe1d060b1e756a91cbd80d4a8e9985b67bffbcc6c3b 0.72 MB 1,529 16
527,603 527,603 000000000000000000232098dc55a49d736e119e22629734f38f03cce6e904d2 0.95 MB 1,962 18
527,602 527,602 00000000000000000019ea7af5c3a52b85b228e01243624784b88d04f0381d63 0.91 MB 1,210 13
527,601 527,601 0000000000000000000af1a17806b2b1bb2d726e97688ad08f8bb0d9169cb6bc 0.69 MB 1,045 20
527,600 527,600 0000000000000000000b6f3d4631381c208a89fe46d17d6513e3f663fbc1592c 0.76 MB 60 1
527,599 527,599 0000000000000000000c41a5cfaa90229df807428f09a78678b645073dea2dd8 1.05 MB 923 7
527,598 527,598 0000000000000000000229887574e188f7a0c3bdb5972e188bb3f2adfbf982d3 1.04 MB 874 6
527,597 527,597 000000000000000000151f50035cd49f1ad7d362160b92477f85a6ecc3cd0ff2 0.11 MB 318 26
527,596 527,596 0000000000000000000e846cbade5b017fcda35f0e496295f7a3888e211bbca7 1.08 MB 1,115 11
527,595 527,595 00000000000000000009715e4da876be02abf903f4e411b3bad156caad946077 1.16 MB 2,774 24
527,594 527,594 0000000000000000002c8f92602ec593ae7894167b0fe655a3e9b30549864989 1.13 MB 1,443 20
Previous 10 blocks ↓
Total Size: 685.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,370.84 GB sent, 105.86 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.