Memory Pool Memory Pool Refreshing

2,352 transactions (0.90 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,775 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,349 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,774 (898,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,527 10,527 00000000a683a7136c7e30858c9474f71197c7d40af82ef033914bb76fa59b2f 0.00 MB 1 0
10,526 10,526 000000002bdc617af4f625762039d1c95ddac1fdd9e1e29a98d11c8109f440d6 0.00 MB 1 0
10,525 10,525 00000000642cb8ea775872bbe530f2c9fdb42b4c5032f77708686bc3e204fd52 0.00 MB 1 0
10,524 10,524 00000000be1adfd96612777e68bc31676caaf84316e04230ae0dd7965069db7a 0.00 MB 1 0
10,523 10,523 0000000044391017851ab5022261c605a69b8f745413377352a5be89581568e5 0.00 MB 1 0
10,522 10,522 00000000d8de941d20d20d577005b9f81fd5021f4fb79b80ee37f014b8989095 0.00 MB 1 0
10,521 10,521 0000000027f0ce2047836bcb75a0000eb7744757d6e29a3d2505388c0a7568bd 0.00 MB 1 0
10,520 10,520 00000000699119a6e5061ab24065db9eda22579a08b3150dcc504e17a0881f83 0.00 MB 1 0
10,519 10,519 0000000028cb6bda4899118aab23ede821162f3f9042ea0e3791527d08bbe5e4 0.00 MB 1 0
10,518 10,518 00000000413527df503e81c9504745cd8bc87ecf650d399cbc0695266be18c19 0.00 MB 1 0
10,517 10,517 00000000c5d0c8a5e55a75751fc5c0bc572b1107c941f479c3005e308568144e 0.00 MB 1 0
10,516 10,516 00000000257d0622833d7e25ae71c17f8e60e07ce9b71de5c94557f8d843f8d5 0.00 MB 1 0
10,515 10,515 0000000015b91517c83e694d5bd0a242d002e799b0af834db7598be8c691c5a9 0.00 MB 1 0
10,514 10,514 00000000468e6182b297f76c6b97405bb6e2ffd47b6f2b5a0e45749bfd5f7b03 0.00 MB 1 0
10,513 10,513 0000000094e680700cccda6d52be3b61df3e2b7649c1c5637f7eaddcf0221291 0.00 MB 1 0
10,512 10,512 00000000ac4480f6a405ee9b3975a59fe8a8162e146980206eb0d140c9ad9485 0.00 MB 1 0
10,511 10,511 00000000c85cd5e75a6f28ec9db5137da506afda70b48379c4ee6fb52b108a35 0.00 MB 1 0
10,510 10,510 000000005635a958ec1f39279dde03861db52d3c108f9e7f9e48536b9225229e 0.00 MB 1 0
10,509 10,509 00000000c473a781e6ce5452f0460e59f0975a619a08556422393538cd6dde86 0.00 MB 1 0
10,508 10,508 00000000e1ba50ca8cf8b176adadb708a0da1f2df670a77609b52e206cb0e3e4 0.00 MB 1 0
10,507 10,507 000000003069def42331c24dbde0c8550f17683a94789b2099ef2ec84a738ca3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.75 GB sent, 102.69 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.