Memory Pool Memory Pool Refreshing

6,463 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,585 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (698,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
208,850 208,850 0000000000000170b20432556d864079ab7e21e744b1e39a2339c89bdbd434b7 0.04 MB 98 209
208,849 208,849 00000000000001c8e7c53fa7c67b394ee7c68bdb6a0c6868fff4bb4f91108857 0.05 MB 123 70
208,848 208,848 000000000000003d337571c5438ff8f6e80f611267cbb178992396e30f807bd3 0.25 MB 677 207
208,847 208,847 0000000000000136a175c1e772b7918c950e0a4d6b612c8c4b55c6f1ed6238b9 0.00 MB 9 0
208,846 208,846 00000000000002e22007b339b311dc6652950f99e6155a9cd81fe266eeddfd26 0.25 MB 485 159
208,845 208,845 000000000000040a0f2f15c6e69bf90cbde8026961592da46ea8771ed9295cd7 0.25 MB 684 202
208,844 208,844 00000000000002c4a79a9f68f6f00cb552116bccc371f0d9aaf744146af85b69 0.05 MB 106 114
208,843 208,843 0000000000000116207b821a5d793e9af4373f2303d82a7526c655614f99a21f 0.24 MB 407 141
208,842 208,842 00000000000004b14fbf46091f1fffd0bd3f3aedb8c1507c4b7bfd2afeae9117 0.05 MB 131 166
208,841 208,841 0000000000000072341ac6bc6016c2cc4c202d2a77b3929ab24f7a73b4fa238c 0.05 MB 124 170
208,840 208,840 00000000000004a192a8c93da2a691b0db60a55ba01387d5271e1ab9bace6897 0.16 MB 312 159
208,839 208,839 00000000000002744e5ec976a2d1e31091733df1b2d324c6af4119677fdd2ae0 0.32 MB 404 83
208,838 208,838 00000000000004a0b32aa2552af8d8ad471192075fb6afb09803a46c2a25744d 0.21 MB 362 132
208,837 208,837 000000000000006426019ff9f34f504fcd311049ea414a32e3ebfa700ee81610 0.25 MB 767 225
208,836 208,836 000000000000017526bdd37f428062537c5ab7a867770c5353b257ab148c1692 0.04 MB 126 130
208,835 208,835 00000000000001259b60ad6d90dd0df8695be0e02ac42bc2c350aec352341f9d 0.16 MB 342 179
208,834 208,834 00000000000000daaaef4069daf088d0f0b90f93bae4f5218b48de94dcc5de25 0.03 MB 85 34
208,833 208,833 000000000000041d5eacc2d9b32d053b35165bcc1b1dd37ce9861cf1edf312ef 0.21 MB 503 431
208,832 208,832 000000000000045263d462841bed265e2117cd0fbbcb95156a2aa412fe0cef1a 0.03 MB 51 62
208,831 208,831 00000000000001647724a8b070885388dfe16770192f1e8c00da0b5a679f17b9 0.23 MB 536 178
208,830 208,830 00000000000004d141a76a208ca09a7b9135e420c22b3fdbd9296466407a43cc 0.25 MB 728 196
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.