Memory Pool Memory Pool Refreshing

1,255 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (220,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,438 687,438 0000000000000000000719e8202ec9676d2527b5365ee45d09de43eb6d4c3c2f 1.11 MB 1,731 13
687,437 687,437 00000000000000000009032e3717259351bc3f44937457baef949e122a74d963 1.52 MB 2,311 27
687,436 687,436 0000000000000000000487e9dcde3d3aa75199e9449aa4de87f731c4cb413bac 0.23 MB 317 14
687,435 687,435 00000000000000000009e15d2920d582478202455f784ec84d846f8204584d56 0.13 MB 314 23
687,434 687,434 0000000000000000000c37ac07921025f5613095604b8e0a9140390060bc8fa4 0.92 MB 1,770 25
687,433 687,433 00000000000000000001b8d9551f7967e58731f7ade326059adf720dc3a684b1 0.70 MB 934 24
687,432 687,432 00000000000000000000d7d2b2c59dce9bdfd8475eff462cbbe7a41d86a33765 1.39 MB 2,254 26
687,431 687,431 00000000000000000003443fd0bab1db5f529a8d184c381a44951090548a4731 0.25 MB 386 25
687,430 687,430 000000000000000000014dea609f7bc71fd8bd443372e61b977359465982f673 0.80 MB 817 23
687,429 687,429 0000000000000000000531ff213e6cfdc4c71661c1772ea3dcfbc73ce5f1a2b4 0.11 MB 230 28
687,428 687,428 000000000000000000061cae588e45afc50f3e472a4eabbb306ef1a23378de64 0.74 MB 1,333 26
687,427 687,427 0000000000000000000bd9c9eb7783d30db7da2827ff3478973fa1543c19df9e 0.57 MB 821 27
687,426 687,426 0000000000000000000d593211385596eb6de04de18379624778dc13b40dddd2 0.35 MB 986 9
687,425 687,425 0000000000000000000ad7c76edab9cef7a2cfee1f1b30d5330b2d3340c07a18 1.47 MB 2,127 15
687,424 687,424 00000000000000000003e37159dddfc9141ff71816abdf59d87754ee2fff34fe 1.17 MB 1,248 43
687,423 687,423 00000000000000000002806959d24d58a6c07ccc6179b23b31feb37f19a1d679 0.00 MB 1 0
687,422 687,422 00000000000000000007585c082b5a9f2fa43ca02d6d0672856860b5f2042dde 1.46 MB 2,341 28
687,421 687,421 00000000000000000007926adbe1e231f684fe16cd6d1369e92dfc76c763c177 0.78 MB 1,729 14
687,420 687,420 000000000000000000056f666753e95814ccb60bb85eb7e4064ec1a932041e20 1.29 MB 2,521 8
687,419 687,419 00000000000000000008eb8c6cae5bde7a5bfb86d9790cbc6b78ccd9db1c1c17 1.46 MB 1,708 24
687,418 687,418 00000000000000000004583dd4b6ecb5605cc02f2ec75e3cf49bae43d345e1f0 1.57 MB 1,648 28
Previous 10 blocks ↓
Total Size: 769.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,631.92 GB sent, 93.59 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.