Memory Pool Memory Pool Refreshing

11,442 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (69,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,109 838,109 000000000000000000008de043ed558d7eb97575b390a720c37348b9632fcab8 1.81 MB 3,086 12
838,108 838,108 00000000000000000001e358f66b5a70dab7fa959aec7ce38a251f3b2e057bb2 1.96 MB 824 6
838,107 838,107 00000000000000000001fb94528f807ef01f8578e50e2c73c1742c84912d55a8 2.28 MB 4,133 6
838,106 838,106 000000000000000000021cf70d1d6c625eb70327ba381bb399fc382f54e51e31 1.63 MB 3,491 10
838,105 838,105 00000000000000000001dc3d0a74484f3e09eb2cdfdeccaf4c411e25e1a8b2c1 1.80 MB 2,790 11
838,104 838,104 000000000000000000026ffc9ebda86d66544c67b1a83b6fb240da1c1dd592da 1.61 MB 3,946 7
838,103 838,103 00000000000000000001951c747fda95183cfb26cddaf50a037aedf6332967f8 1.50 MB 2,499 12
838,102 838,102 00000000000000000001c89001b9f4829a6dbf95664b4c1d54ce490a41d7e803 2.09 MB 2,335 8
838,101 838,101 000000000000000000019e3b2eed102da1296e366b9b9060e59bc9836ce55e96 2.03 MB 2,352 8
838,100 838,100 00000000000000000000d7ee1cbc8f4df2cdd304c6100c250486c3c5f3405c90 2.11 MB 3,733 9
838,099 838,099 00000000000000000000aab360c3a5446cf3dbc8efd437796a91af0bb2aa8708 1.60 MB 2,370 11
838,098 838,098 0000000000000000000352bb34f3af26b50f36d809598a67447ce0f72aa60a34 2.36 MB 2,460 7
838,097 838,097 00000000000000000002a49adcb825ebe5da26341fe686e9b388fa6119c8250d 3.20 MB 1,397 6
838,096 838,096 000000000000000000013e1d60d4d987ca1539bd04c8a6f722cb337d7652784d 1.74 MB 3,348 13
838,095 838,095 000000000000000000020600fa46f6a5b4a1758f0b5ec6ce5b50b5c9ebd2d872 1.72 MB 2,476 12
838,094 838,094 000000000000000000035b0e471af94d4960363380e6d340b15c44d8c2b9b15b 1.57 MB 3,907 9
838,093 838,093 0000000000000000000102eccf6ccea6dff5af45213bfe11debd16ea2f53b56d 1.70 MB 3,475 10
838,092 838,092 000000000000000000016b4f5c9ef48e535aa8b75f2f9d9122bd92e55717ffd5 3.16 MB 1,075 11
838,091 838,091 000000000000000000001840e75922af3157724af535ce8ba13ed40f10dbd7fa 1.82 MB 3,187 10
838,090 838,090 000000000000000000011a7d38fd7ea454ca2c496899dd15fd9ac7e3365dd25c 1.57 MB 3,433 11
838,089 838,089 00000000000000000002f27dfdbaabab16ae2e9ee862b1a2594b2fff3fdd1ff0 1.51 MB 3,348 12
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.