Memory Pool Memory Pool Refreshing

3,383 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (118,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,514 789,514 0000000000000000000404c98713bee6a60e4b6a24623c4c132d1f29d0c5d8f8 1.73 MB 4,618 85
789,513 789,513 0000000000000000000333603be98384a80522e5d7a5ec76c969b2078f8c2a2d 1.79 MB 4,854 57
789,512 789,512 0000000000000000000394f65a4853e00d36034a51aa5d070353aff5ce3afaa6 1.67 MB 3,757 63
789,511 789,511 00000000000000000004afcc906114aa3f2703f225736e90b80e3d4cb9747233 1.63 MB 4,300 108
789,510 789,510 00000000000000000005d9b782e68b3605e75a1fe469c9bad91a3672f6929739 1.71 MB 4,465 88
789,509 789,509 00000000000000000002813b0ad6c2a4dffb7196c06f35b2f0ff85af21ace0e0 1.78 MB 4,577 76
789,508 789,508 0000000000000000000031a8989f63299bc1c8f71df9ea241f19afe8d97d5c56 1.67 MB 3,956 87
789,507 789,507 0000000000000000000307475e7cec684f5bbfef07a7527d6715022ac71efff4 1.78 MB 4,561 50
789,506 789,506 0000000000000000000032f710513703bd17f238e0f84b20a20ec54375634096 1.76 MB 4,609 79
789,505 789,505 0000000000000000000124a3c6f0ee2d2d6b2d45482f8fdbaac3a01f06af7997 1.70 MB 3,717 74
789,504 789,504 000000000000000000006540963c5bea2565f29dc0eaac1127d6c844b6325a98 1.89 MB 5,319 60
789,503 789,503 0000000000000000000070210884f0b0aff84fddbddd8ed2857711cbe551f93e 1.69 MB 4,161 92
789,502 789,502 000000000000000000023fd72f42ea2acee88e9632ec656bd3d3692f55760374 1.69 MB 4,556 78
789,501 789,501 000000000000000000048b8513116eeed50ad80bb24619d4ce1fa0d2de5f6b1e 1.72 MB 3,696 91
789,500 789,500 00000000000000000002895c8a103e72d486a99330f01419e1ac3ea016c8e081 1.55 MB 3,349 84
789,499 789,499 00000000000000000002a80f9f82493f58622d53fe6d3d0fef950a78eebe04cb 1.50 MB 3,063 158
789,498 789,498 00000000000000000000a22a18959a1daea9df1ae8ae0067cd32a092a90c8074 1.58 MB 3,552 48
789,497 789,497 0000000000000000000154821d9bffeb973b05ea599254b3b08478262679baa9 1.89 MB 3,791 51
789,496 789,496 0000000000000000000354af4674830e7f4104ebe3651b725a311c6972ff9a0d 1.68 MB 2,651 81
789,495 789,495 0000000000000000000417790235673e50ac836674c712efb2ec3f347aca9faa 1.79 MB 3,445 59
789,494 789,494 00000000000000000005caae329e9e0cc5ff04309252246813e8f75276ca1987 1.59 MB 3,569 117
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.