Memory Pool Memory Pool Refreshing

7,251 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,939 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (766,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,737 141,737 00000000000009345340d12b09224cf4de7780e2be2c18ab784368a923180100 0.00 MB 2 170
141,736 141,736 0000000000000152a07abf54ea7db04cef994587e4f3d356f9c7d7c588f35253 0.01 MB 19 395
141,735 141,735 00000000000000a09de57932fb9a4e19ec1435a163cc2e77a670a109e6295663 0.03 MB 93 131
141,734 141,734 00000000000006d35bda5b240264a88cf1f231de0e0e0be4d5261a2d51b5ddbd 0.01 MB 43 26
141,733 141,733 0000000000000942a3406d7a7078893c9dbab7923699c34f25a1bd94030fca25 0.05 MB 105 211
141,732 141,732 00000000000004bd01c4098a6fe336f09cdf7eb975084524ea13e9162a552895 0.01 MB 18 129
141,731 141,731 0000000000000203553d9934490b1224eca1a8b5098dba645957ddc41b1a0991 0.02 MB 63 146
141,730 141,730 00000000000005d9a60da449079762b937131553b77f4e0c2aa805b0eb833da7 0.04 MB 129 82
141,729 141,729 00000000000002fbb2f04014a6233a933f031de9d42da108c9093348d61c80ab 0.01 MB 17 411
141,728 141,728 00000000000003a872b45fb43721fb1b3f3f2c00db489411fff7d16e706dd422 0.01 MB 28 329
141,727 141,727 00000000000008852fb7811605c017289538a28bebf8f9eeee9f683339ef4a3f 0.01 MB 15 56
141,726 141,726 00000000000008062e7b9d371f6770048b9c3110e414e8a51b975b2997855fd0 0.00 MB 15 767
141,725 141,725 00000000000006ea8e07a03e2bbe363009fdc8d80dbcb6d3c8a3e2339f340506 0.01 MB 7 35
141,724 141,724 00000000000003174ad8fb32dcd75096b6d30c2078607728c0a1226488a53961 0.00 MB 8 595
141,723 141,723 00000000000008e989a9972a316578754ad557e8fa2ceba7d99cb12fcdede223 0.01 MB 19 201
141,722 141,722 000000000000058c1f1dd4400b4d2a0821f558a6ca6ea4db93fcefa4b52059e4 0.03 MB 108 13
141,721 141,721 0000000000000127e45f861639be8acd4c7f2a115db51a68bfb1e78b5fd846aa 0.00 MB 9 29
141,720 141,720 0000000000000699011951de08321600421f330a2f7ac3e933041edce6afb12a 0.01 MB 18 266
141,719 141,719 00000000000005bcc1ee2141c5a388c62b604de1e6321cd29dcd07ad1cfde178 0.02 MB 67 274
141,718 141,718 00000000000000a37815c99c14910a814c82ae296fa31094913e2cb6548ce8d9 0.02 MB 35 241
141,717 141,717 00000000000004e4a480bffb80279ee3db9364d3fbb800d534665045ace32568 0.02 MB 57 169
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.