Memory Pool Memory Pool Refreshing

746 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (704,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
202,949 202,949 000000000000035f3fa7a1be28249ff7eff1ae8be509123b0dfda2c8b4b95599 0.06 MB 147 119
202,948 202,948 0000000000000240611e21bd861d73259aa858001138d18c0ce4563cba299a86 0.11 MB 265 139
202,947 202,947 0000000000000551b38fa6de33ea836d92df74c824ceaed4cf05f71e5aa71425 0.04 MB 73 45
202,946 202,946 000000000000032bfc79ff13dc73041d1b462f62fc4845b9c93f07fafe559f2c 0.13 MB 324 153
202,945 202,945 00000000000003e72183aceb24ffb182c22f3ae4950f6d163f21902c10235b5b 0.00 MB 2 542
202,944 202,944 00000000000001e67b9e688e8c77f45fc03f81d4ed41c90d7a2c3d5bac5e821d 0.18 MB 397 212
Previous 10 blocks ↓
Total Size: 769.07 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,627.98 GB sent, 93.20 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.