Memory Pool Memory Pool Refreshing

3,096 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (704,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,970 202,970 00000000000002bcec4b754d3be419be5e99c9b5cfb5cabe59d939ef87fce6a1 0.06 MB 135 186
202,969 202,969 0000000000000406745f60246dd137c33adbe95618447c9b4d68ba01abb767d4 0.00 MB 1 0
202,968 202,968 0000000000000569af2e04643a1baed175bfcead5298d53d9575f7cc8fd902b4 0.15 MB 400 147
202,967 202,967 0000000000000536fa78b7738e25a40fb917ca6f3bad6d46116fdc0db735d62c 0.05 MB 131 206
202,966 202,966 00000000000001fe7d41d791b56cd77ad6172fc8e7a30e851ab7b89d233aa827 0.00 MB 10 44
202,965 202,965 00000000000004f1932f64c0d701e856297214704d804f96c316f230f4ea0a2e 0.00 MB 10 172
202,964 202,964 00000000000000bf17aba0644d818af07c2d289bb1409188e0abc40978eff257 0.00 MB 12 15
202,963 202,963 000000000000044c2180cbedac893ee861ee8749e87ccad282a1afc57808009c 0.06 MB 116 77
202,962 202,962 0000000000000388d5a513a105354714db5e6136a5b79d4af3ad3b0960c61ee6 0.10 MB 253 125
202,961 202,961 000000000000031da14a96f6bf53707f8e5e0ca9014b0149a5a17877ac337a88 0.00 MB 8 0
202,960 202,960 00000000000003458c3cbe3c4d648e5adc904ec6faa9ff99e070364eac9a2a6a 0.05 MB 127 103
202,959 202,959 00000000000001083434327d04f699c601116d79f4c28acb89cfb895f1ae5aec 0.08 MB 189 138
202,958 202,958 00000000000003bdfbd011551c485eed9f54f7df2b03afd382ff1ae2c3caf039 0.02 MB 21 42
202,957 202,957 0000000000000462db76e3c74464a137c717b8e7c42ca1701c4cfcb410a1bebc 0.00 MB 1 0
202,956 202,956 00000000000001ea453a52e21ee369350430ebb6c599ad30350cef2030ea353e 0.06 MB 123 94
202,955 202,955 00000000000002f9c89d4c5bd0c1eddf6e6f0fb134362f0266b2d230f6e56d35 0.12 MB 311 130
202,954 202,954 00000000000001f27d29e547dd0c068fe1e5d2522602dd564a845ff5a1259961 0.02 MB 48 118
202,953 202,953 000000000000035a7cb099ac3b48af707d7249ee65a7ac37dbce400a7ff6e5e5 0.05 MB 114 108
202,952 202,952 00000000000000639e80b9880fc402de189a8b3f874b36734beb4da3a35244ba 0.05 MB 158 38
202,951 202,951 0000000000000277a67f88ef9130f0f54ff6b41968563d2a87b6fc86f8e78ff7 0.19 MB 458 122
202,950 202,950 000000000000044061df45c71e8a52258c60e5ecb84b6171f54ae984bfe6eb1c 0.02 MB 48 104
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.41 GB sent, 93.99 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.