Memory Pool Memory Pool Refreshing

23,162 transactions
33.12 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,104 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,103 (351,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
510,120 510,120 00000000000000000056aa18ee5bfd2b00cd58c9fb4a9935351ca4f81e761066 1.14 MB 2,777 76
510,119 510,119 0000000000000000001ff9b8d2c160bce50f11bd06cfd66ecaa669682cda0417 1.08 MB 1,803 36
510,118 510,118 00000000000000000011fba7b2526f22b6011491e39855f5ce2e2930b04e4d7b 1.02 MB 605 9
510,117 510,117 00000000000000000001484b8fcc76111296b89fcffef6dcfcc7432a3642f4f9 1.01 MB 285 6
510,116 510,116 00000000000000000042d8b1845aa37b0cc5db2409cd08fe8230fc0a89da5121 0.69 MB 1,601 63
510,115 510,115 00000000000000000056a825be638cb0f7f2b7f464ea23ecd84a1b9ea87d3be3 1.01 MB 197 2
510,114 510,114 0000000000000000001750b8fb927ae0d56c696a5265715c05952856ea3e9b0e 0.84 MB 2,014 48
510,113 510,113 00000000000000000034a021d78e1cd76487579fd1262e167b3e97c71d46756d 1.06 MB 1,348 22
510,112 510,112 0000000000000000004c23fb81ce512ff3c4bd6dc1211dd165533eb11bc01dc4 1.00 MB 172 3
510,111 510,111 00000000000000000000a625c8a27ea08cf64aacba341981321ec3c3872a7057 1.02 MB 752 15
510,110 510,110 0000000000000000000674a45ee6dfd37d3344f531988ac442932a8ebc922751 1.09 MB 1,275 33
510,109 510,109 0000000000000000003f1e8ab35c8bc59994247fda25249ddd7e407ccb111d6a 1.07 MB 1,955 10
510,108 510,108 000000000000000000504d7dcc23cda23a9892400b139a78e6b8557439bc4eed 1.11 MB 1,922 37
510,107 510,107 0000000000000000000fc5ad70550e0ec21c04a43383b0393a312666ef8c417b 1.04 MB 1,905 106
510,106 510,106 0000000000000000002207d75609c91809eefd0642e2604c3f154b937b223f32 1.10 MB 1,878 22
510,105 510,105 0000000000000000002afc262eecd06046051f1f184ba47977c4bf991fc33457 1.16 MB 2,254 51
510,104 510,104 000000000000000000369088f4f928c3a2dd772ecc8edef7c035868dd851d760 1.09 MB 2,640 110
510,103 510,103 00000000000000000058018291a67010fa9dd5e91070a90ef6e47382d5740204 1.06 MB 399 10
510,102 510,102 0000000000000000002cd9bb13a60ca5e6fcf08959f47e6447d71834e1e0d440 1.14 MB 2,316 42
510,101 510,101 000000000000000000202afa14b9e46ad23c68b0c43d903b0ad4ee8671825897 1.10 MB 2,217 78
510,100 510,100 000000000000000000129457d22efb9e2ded96ad96e9a3e0118c1acb196b37e5 1.02 MB 754 26
Previous 10 blocks ↓
Total Size: 684.36 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,336.89 GB sent, 100.68 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.