Memory Pool Memory Pool Refreshing

1,334 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,326 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (611,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,647 296,647 000000000000000064c0091dbffcfe598334e6e6d3a3d7fb137e144975d444d4 0.07 MB 128 19
296,646 296,646 00000000000000009267fe5468aeed22d614d37c62eaaa40d9a2d791c6740a29 0.35 MB 893 45
296,645 296,645 000000000000000023a9ccf52fd9be4d5ddaf7a1fffbce5ab99251962e5034a1 0.37 MB 471 23
296,644 296,644 000000000000000036f469aefe2b507b923f3d6a8ee5840f9e860517b6c1833d 0.03 MB 64 50
296,643 296,643 000000000000000093da77abb7278f4e5ba75b7fecddc8e8d1585c1f1cca3a6e 0.25 MB 616 41
296,642 296,642 00000000000000000102119b2c9bd01de18e67b5d0fd4f1f55f816c2430205b9 0.19 MB 403 43
296,641 296,641 000000000000000081a45d05fcac86fa39b0040c92b7f7edf76c1cc14619e77d 0.14 MB 282 46
296,640 296,640 00000000000000009066a6feb730c9dcd3275ce26e2223d7b42d97890ada43f9 0.30 MB 509 33
296,639 296,639 00000000000000000e9ffa5974415f1d784051416f84e8da4e091bda902f7489 0.16 MB 256 24
296,638 296,638 00000000000000006d2104b3f9cdd9721bc359396d0b7531b2243aaffcf82e28 0.25 MB 225 21
296,637 296,637 0000000000000000984f728093475a18fe5eafc26a193135aa75f007a6e9fd0f 0.24 MB 113 12
296,636 296,636 00000000000000004997992544b40fee90b0711991d824d7ca16e99ea42fd81b 0.50 MB 513 24
296,635 296,635 0000000000000000011568cc8cfa48e7e6e52a2e0e27f1ee79e255dea09f1a8c 0.20 MB 128 22
296,634 296,634 000000000000000080698ee054f993cf22389ff02ea0d046815323b11662c021 0.35 MB 526 25
296,633 296,633 000000000000000035237f9e6f7cb28f21dff48b81e04a19b9675cf4d79bfdcf 0.35 MB 943 53
296,632 296,632 00000000000000002a84c1e46ac64c9c37d769bf7fbd1e3538e2adc26d4ff505 0.35 MB 543 28
296,631 296,631 00000000000000008af863a6eea733d77220b4373b74c7e15663743fc61f9d9a 0.39 MB 1,024 52
296,630 296,630 0000000000000000928059d520d70c909332732acb894d235f5fe4bb86ec4fe9 0.04 MB 38 17
296,629 296,629 00000000000000009a187e24ebd12384a65793f5280a3c90dbe84a43eaf9f56c 0.16 MB 385 601
296,628 296,628 0000000000000000552a75c2b61db6e8e2b051c4c916babc44f4658512a364e4 0.01 MB 32 43
296,627 296,627 00000000000000008d8a215f760a5e8b1528d453066001dc1ecf100345a95041 0.01 MB 24 25
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.