Memory Pool Memory Pool Refreshing

6,034 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (719,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,954 187,954 000000000000095698267e2ebb3f2a56c4e34cfea20b7b085fdabcddbaf315dc 0.04 MB 70 109
187,953 187,953 000000000000068ef5857a727d75008d346715ff95223a6e638fc752ba907204 0.00 MB 12 60
187,952 187,952 000000000000063bfcc2ddea7a59fb7a04aee0fc57241e0cfa83de9bc0e0dd4c 0.01 MB 15 202
187,951 187,951 00000000000005cd04ec735cfe620482481ec2a0baa2e299fb0412a3aa964a7a 0.02 MB 30 6
187,950 187,950 00000000000008f023106a5b75735feb5fe2ba1bf96dc71a5e89c4ea38178133 0.08 MB 185 81
187,949 187,949 00000000000006bd67ffe76f9b31cee7c1d6182b5deadfb2098cdf6099c535f8 0.19 MB 256 111
187,948 187,948 000000000000086ecf7252af5fd68ca91f20906c6ffca7379d3aa34e2b98524b 0.04 MB 133 99
187,947 187,947 00000000000007fa42cbaff59a1c635505654ad9730b8038f18214657c70e0e7 0.02 MB 27 214
187,946 187,946 0000000000000817e0ed36d77378fb94c11fee7832c2d4c584a981fe12b20a3b 0.01 MB 34 313
187,945 187,945 000000000000022235887e5e7c43771368a94d0847631239aedbb0b3377bf5ad 0.04 MB 118 107
187,944 187,944 00000000000000c168344c7bef4336e58cb9e2aa31e04227c41378cdea5dde46 0.06 MB 128 45
187,943 187,943 000000000000034e8d63e1894a4b86af7db2db129862063540defd5e0b1f3709 0.25 MB 294 5,518
187,942 187,942 00000000000006f9d0e0d8efe6b0c08a22d973f5dbcf4e185a741344edd33501 0.00 MB 9 294
187,941 187,941 000000000000071d9d38c35126c4ffb1ae296afd7129b15cd651c3525cd4d044 0.00 MB 11 33
187,940 187,940 000000000000029916604bce6ecd3f3f7c909118a4d8c480a42359eb5686cdb5 0.01 MB 32 0
187,939 187,939 000000000000040b9daf899ae72fbc6699274c1d7e69efa50b8ccbcff46c1534 0.02 MB 77 45
187,938 187,938 000000000000077c6a34defc61c03005f98136661611cca5ce34c1f3a68f3e91 0.17 MB 116 8,257
187,937 187,937 0000000000000320a81e381e616fc42145661d3f7f5d54a8afb2acfb607de4ae 0.08 MB 169 110
187,936 187,936 000000000000042bd8ea51725775099e6426a61fa758d35092ecbc8da90d6ad2 0.01 MB 23 72
187,935 187,935 00000000000006def9adb1bee048bdfe7429d76db30efbe95b46b3f5908e224e 0.01 MB 18 119
187,934 187,934 0000000000000574ff62d690f5613756044551feee9894b7e61f7c1a6cc4a21a 0.02 MB 45 73
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.