Memory Pool Memory Pool Refreshing

17,928 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (361,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
546,112 546,112 00000000000000000018bca72501750d01d3c9ff755ccb34390fe01f04a3dcc5 0.37 MB 436 2
546,111 546,111 0000000000000000001be580e5bfd3dcae1f486c8295972e02dd6c43fe166bc4 1.30 MB 2,159 20
546,110 546,110 0000000000000000002555117056dca2b46eb3c2c2309eb5f0063ff89616a150 0.59 MB 537 7
546,109 546,109 0000000000000000000bbb4a8c2abbf3e69acc3830e38c91b143e8ee16de5368 1.12 MB 1,772 4
546,108 546,108 0000000000000000001349a398dea85d5035884a30b49a2eabb359603e20d23b 1.29 MB 2,391 15
546,107 546,107 00000000000000000001154a86c679936ada9f65b8d1913a38c38f066390a771 1.21 MB 2,463 6
546,106 546,106 00000000000000000016d63c665d33a4eaa261c7dc981331fbae01c9d731324b 1.28 MB 2,614 34
546,105 546,105 00000000000000000013269255492bdec3a4e2f110ae532a3dd91767a9b1d0c3 1.30 MB 2,552 21
546,104 546,104 000000000000000000016cfdfb0d6b1047dfb7aa16de2080842020709a7a5d70 1.28 MB 2,640 24
546,103 546,103 0000000000000000001db34b7f899b5669ea625ddc78300112f11d5fa67168f0 1.13 MB 1,777 15
546,102 546,102 000000000000000000078fd0c511f4ecf0daec43c31be062b6be6ee65ef466af 0.84 MB 1,502 15
546,101 546,101 00000000000000000003576788dce4343f4f76f5f3f93721efa1a6bea879bfd1 0.67 MB 1,307 19
546,100 546,100 000000000000000000016119adc271c3a124b928c40f636d8f72e24ca8302c95 0.83 MB 1,267 5
546,099 546,099 00000000000000000017ba193d214b35dde8fb019ea9040d3d17fbb5af588101 0.78 MB 1,804 23
546,098 546,098 000000000000000000121c0be692748921ea0e9930911e740e8b8b4ae0c8b98f 1.03 MB 1,896 15
546,097 546,097 00000000000000000004abc3f4ead7ffc8e86a17275035a62b95c200a10d8a48 0.42 MB 845 19
546,096 546,096 00000000000000000023e59ed59dca9bd300e3f0b5c724aa1642465edbab8980 1.05 MB 1,931 16
546,095 546,095 0000000000000000001ff8b57431c30d01a5790e46b4b81ddbedd9e8ca413a9c 0.83 MB 1,454 14
546,094 546,094 000000000000000000213ed984f3ca1410dc7a56571e2253b0cc0261978cf716 0.61 MB 1,118 4
546,093 546,093 00000000000000000022849ce64e24380c6f404155577d367b5d08682ff4bb05 1.28 MB 2,510 19
546,092 546,092 00000000000000000022f4f56807cd32c0f99b901c62c25db2a9916dd2356aa6 0.48 MB 953 21
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.