Memory Pool Memory Pool Refreshing

1,335 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (762,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,388 145,388 00000000000005406892ab2f5ba506abcf80e82c073bcaa27fad0d8d4fb765cc 0.02 MB 25 44
145,387 145,387 000000000000079a58d1e02e733cd3ef96caf5987dab553349dbf8848532cbfa 0.00 MB 8 411
145,386 145,386 000000000000091e01e985cbe28bade883ba91c98845f98d1a149f133e744a16 0.01 MB 28 300
145,385 145,385 00000000000003e931ac379ff71e782fe5ab2505d4dafe14813e6d69aee7fc68 0.02 MB 56 227
145,384 145,384 00000000000008e688ca79784d9e9287ab9997d846fe3fed1db5ca9c90f33c63 0.02 MB 20 27
145,383 145,383 0000000000000724ccdb17d919a3644af3cd5a34a33c7cef3017fd96081a67cf 0.01 MB 28 224
145,382 145,382 00000000000002fa6c4e169c508d3af82fb932d47384538eb34e5d76c2a5bfc2 0.03 MB 75 111
145,381 145,381 00000000000001286c851d275f79d82b7e4d6efbef003abc375ba6998d52402b 0.01 MB 15 183
145,380 145,380 000000000000088645099293064260544e1b477ecfda2f653c042a29e99c6dcc 0.03 MB 79 63
145,379 145,379 00000000000005e911f43c86ec3dd3495252fc799c99336dda317dab8a4ff965 0.02 MB 46 195
145,378 145,378 00000000000002158ebe65b6fd83284aab5a996deaa62f85f60cc55f7ce29d77 0.05 MB 80 216
145,377 145,377 0000000000000049bcc03ba4fc05e0f323240c1e151cfdfa21c480ff0b9c60fe 0.03 MB 82 119
145,376 145,376 000000000000033cfc8f0cd881833a09bcf358963d61c89994dbb834d55fd27e 0.03 MB 96 116
145,375 145,375 00000000000005af9a5f5bb4751fd2f1a93da9f2b0642830a62fcc2c963879e1 0.01 MB 31 273
145,374 145,374 000000000000071b11b4dc460fa0078d72bf188aae604678387fb747186f3c09 0.02 MB 47 194
145,373 145,373 0000000000000334d68e48a6054aa253184242cc088ffcd68f06cee374f6c7fc 0.01 MB 35 243
145,372 145,372 00000000000003d9708e01e2cc1ce0ca93058dcbabfbdbc85fa2d96cde708d9f 0.04 MB 95 47
145,371 145,371 00000000000000b359f3a7068a07893b95e6d9119b93bcca8eeb857ec10b526d 0.00 MB 12 502
145,370 145,370 00000000000006ec8e43968a11f1137a00c1d38e442079833091051993a24564 0.03 MB 93 211
145,369 145,369 0000000000000626d1ae6c339cfda7811f78c1c7e9b1dd1b1e1c52a869ec6273 0.01 MB 47 327
145,368 145,368 000000000000063b995dec51121b6fd5ef9151e4e1ffee50affabbcac8bf88f2 0.04 MB 109 163
Previous 10 blocks ↓
Total Size: 769.15 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: 1,632.61 GB sent, 93.62 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.