Memory Pool Memory Pool Refreshing

5,549 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (684,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,700 223,700 00000000000001891b026f2b4739d09a8b261598c89aaadeeb5f9219526c7590 0.25 MB 486 176
223,699 223,699 0000000000000381fab09b3a0a7d72b951757cb893b4cd21183ffdebbb1e41e5 0.27 MB 516 191
223,698 223,698 0000000000000367bc0c1999b3693a02d391b4e9c441fb65ab2ac190b0e294d4 0.25 MB 536 211
223,697 223,697 00000000000002ce6ab4252bfc79395ff16c7af0c0f0071aeed9a091d65aa398 0.15 MB 210 128
223,696 223,696 00000000000002eb420045c62a576a2e3267b83c0904437f8f43770c7511ca89 0.25 MB 513 175
223,695 223,695 000000000000045029a1c8d089129112d3a67aa5ae3ad2c4b422c8b3f39e3adb 0.31 MB 289 140
223,694 223,694 0000000000000381302b04a745b7d67964abf2d3f31ea20d51d5aca02d8d2a0d 0.25 MB 658 214
223,693 223,693 000000000000028e0b3b3ec5d27250d3058d27e031751f280d1c4f6c941ae0b0 0.31 MB 555 184
223,692 223,692 000000000000004496f2410d8aa3336e57ce08e6a75b3d69d2c6a1e4dd735252 0.09 MB 173 144
223,691 223,691 00000000000003623a976823fea1f7da41c1e4f7893bae1813cfa6f12b80d857 0.25 MB 662 239
223,690 223,690 00000000000000f0a2cd05ae016820a554b6f1524129f681cfe190d2be73b08d 0.26 MB 512 80
223,689 223,689 00000000000004249e6db4a5e9ac87ef72fe0f6d6ffd336d114193a1a0c5599a 0.25 MB 778 359
223,688 223,688 0000000000000008df5b7e5ab0960ece72bc8d255c41a742953f43af59e65431 0.34 MB 519 98
223,687 223,687 00000000000003c70635f01386e0077d9b0cfde8b3fd27ac96b07b8a7f92aa8b 0.16 MB 256 95
223,686 223,686 00000000000003c4e9aba96dc987e29e5bbc206cad4de782b2c9f98e69bc05ba 0.25 MB 424 137
223,685 223,685 0000000000000023758e9e5ea0f209edd2bc4dccd23b7e54e5eedf31f2cbe6ad 0.25 MB 685 217
223,684 223,684 00000000000000e109b1ff78353950b5bd1b894f4a26a85002f0c13061381558 0.25 MB 617 187
223,683 223,683 00000000000000e5837377d58bb70e1e5713b965fd64c4eac2f3a30163ea84ac 0.25 MB 690 252
223,682 223,682 000000000000037cebd51cd7e62c8d5b38439c878546b07983da8617acc38ab1 0.25 MB 477 158
223,681 223,681 000000000000022c64147ea91a9de17390f24b3d4ab074261cb120ccd35cb5f8 0.27 MB 655 198
223,680 223,680 0000000000000042f4f91e680401e1df2f4495483e9f74c3b90bd6fd1e227079 0.05 MB 137 207
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.