Memory Pool Memory Pool Refreshing

6,242 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,261 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (644,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,964 262,964 000000000000000d6d7fc533b177b7110557fd67513e9aec1bd7b93b18484932 0.25 MB 623 127
262,963 262,963 0000000000000014e887ce2763205d670ee1b0890d9411bfba3898fe259cf858 0.05 MB 96 92
262,962 262,962 0000000000000004290705ab8b369844f48bb1801b0ca8eb4e5b99f30f3ddcdc 0.16 MB 358 92
262,961 262,961 0000000000000005ea1abcf3367fad4f133ff605fb74332eb370d9710bf0a390 0.13 MB 339 139
262,960 262,960 000000000000000a1fa662489ced5ed74c1235ca1d436dba2e2882501541ce52 0.11 MB 275 84
262,959 262,959 000000000000000ce11bcc92ee8eefe7bd7f1e4d1d5468ade2467b9f28b6185b 0.01 MB 31 116
262,958 262,958 000000000000001089f4e9fdd30e2a3b834844ec3309dab60c9062f16d924881 0.08 MB 138 61
262,957 262,957 0000000000000013a7e801d9c06e7da995b3ced8cdeae3ce2de92d82e960b571 0.20 MB 491 107
262,956 262,956 000000000000000cb2ad95fd97893e3d627f98c6a740144148a946df6431bbbf 0.04 MB 104 85
262,955 262,955 00000000000000056bfa12d1bb1ba25ae4a6ef8c5f9aa3a77bb1a818a70ffd03 0.16 MB 382 104
262,954 262,954 0000000000000000b3c0fe155aee1b52112c0865177921cb1c3f5d4dc2eab853 0.05 MB 125 82
262,953 262,953 00000000000000149ff9cab798e3c47eeca8347393bf3cd2996bff1143503f47 0.07 MB 162 68
262,952 262,952 00000000000000033362e082605bbf2daec726d36d48321b1b94b1cf85fa541f 0.25 MB 514 93
262,951 262,951 0000000000000012cffaf5ca8392ec1d54b9ae40b2801319ca0c15cf743c163d 0.18 MB 430 120
262,950 262,950 0000000000000012a4a89e208eea0dd108b3719a5355f33fe84d3817d9aa8480 0.00 MB 4 19
262,949 262,949 00000000000000022d56b479b90fab949ed4d539cf3588404eae270cbbe260f8 0.02 MB 52 105
262,948 262,948 000000000000000907bca02221b1fdc9c8a3eaa5c27fd8eda5e2b8e1daea4e99 0.10 MB 187 92
262,947 262,947 0000000000000009361d3ccfe7c536e1fbf4d2bf5276bee03c8194ab1c8fdd1d 0.14 MB 318 91
262,946 262,946 000000000000000ac4c8e5cf255553a024803268d33b3da8c7caa8b61d2123ab 0.18 MB 409 101
262,945 262,945 00000000000000114d5e8fa6ced917e796f4bdb70d13f4fc86c3f72b12d9af0e 0.07 MB 193 103
262,944 262,944 00000000000000060e6f2b258fe9220444af221cbc24cc9ca3a8a6278c46f8ee 0.08 MB 251 84
Previous 10 blocks ↓
Total Size: 769.24 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.97 GB sent, 94.11 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.