Memory Pool Memory Pool Refreshing

5,685 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (438,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,882 468,882 00000000000000000154a6b1956a06e955874e2891d959a9c09bc17d3ac0d7b8 1.00 MB 554 287
468,881 468,881 000000000000000001b1f3d587ac41e0e10f716d7fde6d1ea424ba377f29f81f 1.00 MB 1,600 309
468,880 468,880 000000000000000000dcb93d4aa8a377cd79074d3031ce12dd6241a45a18aea4 1.00 MB 848 282
468,879 468,879 000000000000000001624d149514e0a168765c1df3e95eab2a5744008a426c89 1.00 MB 2,220 297
468,878 468,878 0000000000000000013b020ee19c6fb3d1945f2d3b47405cf32a4ec8fa445d88 0.99 MB 2,785 437
468,877 468,877 000000000000000000148b38dfd2d395974ad25a035b60a5375d1198430a96db 1.00 MB 2,065 332
468,876 468,876 000000000000000001b48b837805e085caab620ce79712eba7749094659139de 1.00 MB 1,434 292
468,875 468,875 0000000000000000005d3c5f21581b1f79c45c3595ef672cdceed0adea0d60ea 1.00 MB 2,205 390
468,874 468,874 0000000000000000018c40fed90fc625324a00fd3c5545046a58ab78d4ee9529 1.00 MB 1,650 306
468,873 468,873 0000000000000000005ddd47c429b79ca8100991c7e7aaa2d242d2a53c90ffae 0.00 MB 1 0
468,872 468,872 000000000000000001cf9bec91f1b7889686623d7420c76cbdf8959b6cdedea5 1.00 MB 2,339 313
468,871 468,871 0000000000000000016c861b1bbf00ac406645ad128b1feb3ce63a1fd9374776 1.00 MB 2,774 318
468,870 468,870 000000000000000001b8394a9fcb79a1e555534aec8f71867645438c3accd4ea 1.00 MB 2,194 358
468,869 468,869 000000000000000001d1c9c48bb406d325ac2022ff271c93b0c8db534a365c88 1.00 MB 1,735 433
468,868 468,868 0000000000000000011bc8a188f9a793ef8eb22089a5498ed00372382d3bb2b5 1.00 MB 1,504 210
468,867 468,867 00000000000000000085ba6704b2ac3fc05c53301d46a36ac17e365070865e07 1.00 MB 2,020 374
468,866 468,866 0000000000000000014b00eb4dffde3c052969c09b8c13b6bc3409daa264b120 1.00 MB 2,793 408
468,865 468,865 000000000000000001b10244a31b7306a52011873c9e820390f9257aa0fce76f 1.00 MB 1,474 311
468,864 468,864 000000000000000000b1b0f83b9d4b14660ede3681bb54dd955aa73a63a2d69e 1.00 MB 1,911 318
468,863 468,863 00000000000000000022b4ebd6a06b37daed2176caeb9b0e92456d2bba8cead1 1.00 MB 1,524 234
468,862 468,862 00000000000000000127eddcf846d547f699ee861dd993b8ba5ed8bcd54ea8bf 1.00 MB 2,515 385
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.