Memory Pool Memory Pool Refreshing

4,139 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
901,489 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,488 (270,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
631,046 631,046 0000000000000000000f62a476ade997bd047e65b1dea064d278ab4523308775 1.08 MB 2,597 59
631,045 631,045 00000000000000000001258ab4ca063897bfef67c33935f877b7e9d27479636b 1.23 MB 2,623 101
631,044 631,044 0000000000000000000bfb06724804cc6eb9d31c1a9e7fd13ad05ff7d017b465 1.19 MB 2,875 103
631,043 631,043 00000000000000000007ac6ef1bb18f722019b2fddc6823609ec129f74667131 1.19 MB 2,588 124
631,042 631,042 00000000000000000000e8d11b5c49cfcf3fdbec69a2136fc3766b6db128ccbf 1.14 MB 2,809 82
631,041 631,041 0000000000000000000fcc8f8edc59e49bf240271bcd31401b1eec99d7938ef1 1.29 MB 2,710 154
631,040 631,040 0000000000000000000546dae3fdc89cf818063aa82edf5d079f69f1da1613b9 1.26 MB 2,936 163
631,039 631,039 0000000000000000000290b1b3cbdac2370bb61dafe45a700f0484216fa73d8b 1.55 MB 1,754 186
631,038 631,038 000000000000000000102a97e558bebe3167eabc764027c457e5d795feae464c 1.47 MB 2,273 205
631,037 631,037 0000000000000000000ff4ede3a19f64ef6e740fbad5622dcb27076372807746 1.26 MB 2,025 202
631,036 631,036 00000000000000000010e7e80259e3cb131d1b5009f76b2719270bcd509bdf37 1.34 MB 2,844 219
631,035 631,035 00000000000000000003293eed4b8e24113e9946203acc02095d3d7b72be0eb3 1.44 MB 2,775 208
631,034 631,034 0000000000000000000e8fb2b2258199280ea3f04bb9b5ade1f7ae9db037d9a9 1.34 MB 2,992 220
631,033 631,033 0000000000000000000796fa72201b782502fd05961da9fc9ddad471fa6d79e2 1.16 MB 2,528 101
631,032 631,032 00000000000000000006244654538b29a63c0603ed58fdde231ca77e08b6b6e7 1.40 MB 2,056 151
631,031 631,031 00000000000000000010aaf430009d8753958de62930ef9de0f151f957be4031 1.29 MB 2,168 211
631,030 631,030 00000000000000000010c41ac5535fb4649de63beb5e28efb4557c849ed5db57 1.04 MB 2,467 66
631,029 631,029 00000000000000000008a2ec677cfad145e7fdb008b1fc312c748610f203ded6 1.10 MB 2,180 59
631,028 631,028 0000000000000000000b67e6683d9cac6a0e1d6d8fc11c421b95faa9de13ddc3 1.41 MB 2,562 155
631,027 631,027 0000000000000000000dffd999a76570030b723bbfadc815c653bd66ab195809 1.43 MB 2,139 171
631,026 631,026 0000000000000000000dc33491dc4df620531605630a037a476ebdcea70f2267 1.49 MB 2,179 195
Previous 10 blocks ↓
Total Size: 758.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 735.44 GB sent, 38.27 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.