Memory Pool Memory Pool Refreshing

6,224 transactions (2.47 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,446 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,870 (898,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
10,506 10,506 000000005981dfdbf3a403f09ce5baf2ae2a6fef3d789759fd5db0e604ec6420 0.00 MB 1 0
10,505 10,505 000000009e1a440a7f1c8687fb419e5b0469f4ac72f1068317a01cfccd6f9fa6 0.00 MB 1 0
10,504 10,504 000000005876cc00ffe358104af345988a4400c4625df9042801d88478b1a6de 0.00 MB 1 0
10,503 10,503 00000000bb0f1dd4569a26382a1433cfd9fdbcd01845d3b489a585698ac0585c 0.00 MB 1 0
10,502 10,502 00000000c8d9c13b9dc4c60c43e708ca77de96954a631dcffd280a02b326c7ec 0.00 MB 1 0
10,501 10,501 0000000075dcf7b5533218b4614f843149da32645c339352a01cea8263093429 0.00 MB 1 0
10,500 10,500 00000000e6d1be14564ac099e26074c84e8c5ac8332413c2db3cafc0634711ea 0.00 MB 1 0
10,499 10,499 00000000b22cc14166695195ab29edb7343bc8e89569c1f3b796957f20595923 0.00 MB 1 0
10,498 10,498 0000000078cb1852ae76e3e416c6ea578390921c493482d28e5b66ce7ab30c63 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.31 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,862.38 GB sent, 103.71 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.